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.
- Since:
- 5.0
- See Also:
-
Method Details
-
getUri
Returns the uri for the user info endpoint.- Returns:
- the uri for the user info endpoint, or
nullif not set
-
getAuthenticationMethod
Returns the authentication method for the user info endpoint.- Returns:
- the
AuthenticationMethodfor 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, or
nullif not set
-