@FieldsAreNonNullByDefault @ParametersAreNonnullByDefault @ReturnTypesAreNonNullByDefault
See: Description
| Interface | Description |
|---|---|
| AsapService |
Point of contact of service-to-service authentication tools.
|
| AuthorizationBuilder |
A builder-style tool for generating an HTTP
Authorization header value that contains an ASAP token. |
| TokenValidator |
A builder-style tool for specifying and enforcing ASAP authentication and authorization requirements.
|
| ValidationResult |
The result from evaluating an
Authorization header against a TokenValidator. |
| Enum | Description |
|---|---|
| TokenValidator.Policy |
Specifies the desired enforcement policy for ASAP authentication.
|
| ValidationResult.Decision |
The overall decision as to whether or not the request has satisfied the validator's requirements.
|
| Annotation Type | Description |
|---|---|
| AsapAuth |
An annotation that declares the intent for a resource to use ASAP-based authentication and authorization.
|
Copyright © 2017 Atlassian. All rights reserved.