See: Description
Interface | Description |
---|---|
OAuth2AuthorizedClientManager |
Implementations of this interface are responsible for the overall management
of
Authorized Client(s) . |
OAuth2AuthorizedClientProvider |
A strategy for authorizing (or re-authorizing) an OAuth 2.0 Client.
|
OAuth2AuthorizedClientService |
Implementations of this interface are responsible for the management
of
Authorized Client(s) , which provide the purpose
of associating an Access Token credential
to a Client and Resource Owner,
who is the Principal
that originally granted the authorization. |
ReactiveOAuth2AuthorizedClientManager |
Implementations of this interface are responsible for the overall management
of
Authorized Client(s) . |
ReactiveOAuth2AuthorizedClientProvider |
A strategy for authorizing (or re-authorizing) an OAuth 2.0 Client.
|
ReactiveOAuth2AuthorizedClientService |
Implementations of this interface are responsible for the management
of
Authorized Client(s) , which provide the purpose
of associating an Access Token credential
to a Client and Resource Owner,
who is the Principal
that originally granted the authorization. |
Exception | Description |
---|---|
ClientAuthorizationRequiredException |
This exception is thrown when an OAuth 2.0 Client is required
to obtain authorization from the Resource Owner.
|