Examples of Saml2AuthnRequestBuilder


Examples of org.pac4j.saml.sso.Saml2AuthnRequestBuilder

        // Build the contextProvider
        this.contextProvider = new Saml2ContextProvider(metadataManager, this.idpEntityId, this.spEntityId);

        // Get an AuthnRequest builder
        this.authnRequestBuilder = new Saml2AuthnRequestBuilder(forceAuth, comparisonType, destinationBindingType,
                authnContextClassRef, nameIdPolicyFormat);

        // Build the WebSSO handler for sending and receiving SAML2 messages
        MessageEncoder encoder = null;
        if (SAMLConstants.SAML2_POST_BINDING_URI.equals(destinationBindingType)) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.