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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAuthenticationMethod()
String
getUri()
String
getUserNameAttributeName()
int
hashCode()
void
setAuthenticationMethod(String authenticationMethod)
void
setUri(String uri)
void
setUserNameAttributeName(String userNameAttributeName)
String
toString()
-
-
-
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)
-
-