Class OAuthClientRegistrationProviderDetails.UserInfoEndpoint
- java.lang.Object
-
- com.broadleafcommerce.auth.client.domain.OAuthClientRegistrationProviderDetails.UserInfoEndpoint
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OAuthClientRegistrationProviderDetails
public static class OAuthClientRegistrationProviderDetails.UserInfoEndpoint extends Object implements Serializable
- See Also:
ClientRegistration.ProviderDetails.UserInfoEndpoint, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserInfoEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAuthenticationMethod()StringgetUri()StringgetUserNameAttributeName()inthashCode()voidsetAuthenticationMethod(String authenticationMethod)voidsetUri(String uri)voidsetUserNameAttributeName(String userNameAttributeName)StringtoString()
-
-
-
Method Detail
-
getUri
public String getUri()
-
getAuthenticationMethod
public String getAuthenticationMethod()
-
getUserNameAttributeName
public String getUserNameAttributeName()
-
setUri
public void setUri(String uri)
-
setAuthenticationMethod
public void setAuthenticationMethod(String authenticationMethod)
-
setUserNameAttributeName
public void setUserNameAttributeName(String userNameAttributeName)
-
canEqual
protected boolean canEqual(Object other)
-
-