Class ClientRegistration.ProviderDetails.UserInfoEndpoint

java.lang.Object
org.springframework.security.oauth2.client.registration.ClientRegistration.ProviderDetails.UserInfoEndpoint
All Implemented Interfaces:
Serializable
Enclosing class:
ClientRegistration.ProviderDetails

public class ClientRegistration.ProviderDetails.UserInfoEndpoint extends Object implements Serializable
Details of the UserInfo Endpoint.
See Also:
  • Method Details

    • getUri

      public 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 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