| Class | Description |
|---|---|
| BaseAuthorizationCodeConnectionProvider<C extends OAuthRestConnection> |
Base class for
OAuthRestConnections that authenticate using OAuth with the Authorization Code Grant Type. |
| BaseClientCredentialsConnectionProvider<C extends OAuthRestConnection> |
Base class for
OAuthRestConnections that authenticate using OAuth with the Authorization Client Credentials. |
| OAuthRestConnection |
Specialization of
DefaultRestConnection for resources protected with OAuth, regardless of the grant type. |
Copyright © 2022. All rights reserved.