Class ClientRegistration.ProviderDetails.UserInfoEndpoint

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ClientRegistration.ProviderDetails

    public class ClientRegistration.ProviderDetails.UserInfoEndpoint
    extends java.lang.Object
    implements java.io.Serializable
    Details of the UserInfo Endpoint.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AuthenticationMethod getAuthenticationMethod()
      Returns the authentication method for the user info endpoint.
      java.lang.String getUri()
      Returns the uri for the user info endpoint.
      java.lang.String getUserNameAttributeName()
      Returns the attribute name used to access the user's name from the user info response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUri

        public java.lang.String getUri()
        Returns the uri for the user info endpoint.
        Returns:
        the uri for the user info endpoint
      • getAuthenticationMethod

        public AuthenticationMethod getAuthenticationMethod()
        Returns the authentication method for the user info endpoint.
        Returns:
        the AuthenticationMethod for the user info endpoint.
        Since:
        5.1
      • getUserNameAttributeName

        public java.lang.String getUserNameAttributeName()
        Returns the attribute name used to access the user's name from the user info response.
        Returns:
        the attribute name used to access the user's name from the user info response