Class OpenIdCredentials

  • All Implemented Interfaces:
    Serializable

    public class OpenIdCredentials
    extends Credentials
    This class represents an OpenID credentials with the discovery information, the list of parameters returned by the provider and the client type.
    Since:
    1.4.0
    Author:
    Jerome Leleu
    See Also:
    Serialized Form
    • Constructor Detail

      • OpenIdCredentials

        public OpenIdCredentials​(org.openid4java.discovery.DiscoveryInformation discoveryInformation,
                                 org.openid4java.message.ParameterList parameterList)
    • Method Detail

      • getDiscoveryInformation

        public org.openid4java.discovery.DiscoveryInformation getDiscoveryInformation()
      • getParameterList

        public org.openid4java.message.ParameterList getParameterList()