| Interface | Description |
|---|---|
| AccessAuthorization |
Encapsulates information provided for a single authorization request.
|
| AccessRequestor |
Provides a method to request access from an authorization server allowing to
use a specified transport.
|
| AuthorizationResponseHandler |
Handles the response of an authorization provider.
|
| CspAccessTokenSecurityContext |
Provides methods to manage access-token obtained from VMC CSP authorization server.
|
| Class | Description |
|---|---|
| AuthzRefreshingRequestExecutorFactory |
Creates
RequestExecutor instances that implement the authorization
flow for accessing VMC's API:
Get an access authorization if there is none set previously. |
| CspAccessRequestor |
Provides a method for retrieving and parsing access tokens from the Common
SaaS Platform.
|
| CspClientCredentialsSecurityContext |
Represents a security-context for the Common SaaS Platform client_credentials flow
that VMC uses.
|
| CspSecurityContext |
Represents a security-context for the Common SaaS Platform refresh-token flow
that VMC uses.
|