| Interface | Description |
|---|---|
| OAuthFilter |
Indicates use of auth mechanism according to {@link org.jclouds.oauth.v2.config.OAuthProperties#CREDENTIAL_TYPE).
|
| Class | Description |
|---|---|
| BearerTokenFromCredentials |
When the user supplies
CredentialType.BEARER_TOKEN_CREDENTIALS, the credential
is a literal bearer token. |
| ClientCredentialsJWTBearerTokenFlow |
Authorizes new Bearer Tokens at runtime by authorizing claims needed for the http request.
|
| ClientCredentialsSecretFlow |
Authorizes new Bearer Tokens at runtime by sending up for the http request.
|
| JWTBearerTokenFlow |
Authorizes new Bearer Tokens at runtime by authorizing claims needed for the http request.
|
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.