Package org.pac4j.openid.credentials

Examples of org.pac4j.openid.credentials.OpenIdCredentials


        // retrieve the previously stored discovery information
        final DiscoveryInformation discoveryInformation = (DiscoveryInformation) context
                .getSessionAttribute(getDiscoveryInformationSessionAttributeName());

        // create credentials
        final OpenIdCredentials credentials = new OpenIdCredentials(discoveryInformation, parameterList, getName());
        logger.debug("credentials : {}", credentials);
        return credentials;
    }
View Full Code Here

TOP

Related Classes of org.pac4j.openid.credentials.OpenIdCredentials

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.