public static class OAuthClientRegistrationProviderDetails.UserInfoEndpoint extends Object implements Serializable
ClientRegistration.ProviderDetails.UserInfoEndpoint
,
Serialized FormConstructor and Description |
---|
UserInfoEndpoint() |
Modifier and Type | Method and 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() |
public String getUri()
public String getAuthenticationMethod()
public String getUserNameAttributeName()
public void setUri(String uri)
public void setAuthenticationMethod(String authenticationMethod)
public void setUserNameAttributeName(String userNameAttributeName)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.