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 Summary
Modifier and TypeMethodDescriptionReturns the authentication method for the user info endpoint.getUri()
Returns the uri for the user info endpoint.Returns the attribute name used to access the user's name from the user info response.
-
Method Details
-
getUri
Returns the uri for the user info endpoint.- Returns:
- the uri for the user info endpoint
-
getAuthenticationMethod
Returns the authentication method for the user info endpoint.- Returns:
- the
AuthenticationMethod
for the user info endpoint. - Since:
- 5.1
-
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
-