public final class OAuth2AuthorizedClientId
extends java.lang.Object
implements java.io.Serializable
OAuth2AuthorizedClient
.OAuth2AuthorizedClient
,
OAuth2AuthorizedClientService
,
Serialized FormConstructor and Description |
---|
OAuth2AuthorizedClientId(java.lang.String clientRegistrationId,
java.lang.String principalName)
Constructs an
OAuth2AuthorizedClientId using the provided parameters. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public OAuth2AuthorizedClientId(java.lang.String clientRegistrationId, java.lang.String principalName)
OAuth2AuthorizedClientId
using the provided parameters.clientRegistrationId
- the identifier for the client's registrationprincipalName
- the name of the End-User Principal
(Resource Owner)