Package org.picketlink.identity.federation.bindings.tomcat.sp

Examples of org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectSignatureFormAuthenticator


    }

    protected ServiceProviderAuthenticator createServiceProvider(String spProfile) {
        Thread.currentThread().setContextClassLoader(AuthenticatorTestUtils.createContextClassLoader(spProfile));

        SPRedirectSignatureFormAuthenticator sp = new SPRedirectSignatureFormAuthenticator();

        sp.setContainer(new MockCatalinaContext());

        try {
            sp.testStart();
            sp.getConfiguration().setIdpUsesPostBinding(false);
        } catch (LifecycleException e) {
            Assert.fail("Error while creating Employee SP.");
        }

        return sp;
View Full Code Here

TOP

Related Classes of org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectSignatureFormAuthenticator

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.