Class ClientRegistration.ProviderDetails.UserInfoEndpoint
- java.lang.Object
-
- org.springframework.security.oauth2.client.registration.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.SerializableDetails of the UserInfo Endpoint.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationMethodgetAuthenticationMethod()Returns the authentication method for the user info endpoint.java.lang.StringgetUri()Returns the uri for the user info endpoint.java.lang.StringgetUserNameAttributeName()Returns the attribute name used to access the user's name from the user info response.
-
-
-
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
AuthenticationMethodfor 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
-
-