Package org.jasig.cas.support.spnego.authentication.handler.support

Examples of org.jasig.cas.support.spnego.authentication.handler.support.JCIFSSpnegoAuthenticationHandler


*/
public class JCSIFSpnegoAuthenticationHandlerTests extends TestCase {
    private JCIFSSpnegoAuthenticationHandler authenticationHandler;

    protected void setUp() throws Exception {
        this.authenticationHandler = new JCIFSSpnegoAuthenticationHandler();
    }
View Full Code Here

TOP

Related Classes of org.jasig.cas.support.spnego.authentication.handler.support.JCIFSSpnegoAuthenticationHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.