| Interface | Description |
|---|---|
| AuthenticationConsumer |
Represents the consuming end of an Authentication mechanism
|
| AuthenticationProvider |
Marker interface for all Application Links authentication providers.
|
| ImpersonatingAuthenticationProvider |
Impersonating authentication providers allow the caller to specify a user, on his behalf the request
to the remote application is made.
|
| NonImpersonatingAuthenticationProvider |
A Non-Impersonating authentication provider means the authentication mode doesn't allow the request to be executed
in the context of user as specified by the caller.
|
| Class | Description |
|---|---|
| Anonymous |
This provider performs no authentication.
|
| Annotation Type | Description |
|---|---|
| DependsOn |
An annotation that describes dependency of the configuration of an
AuthenticationProvider on that of others. |
Copyright © 2020 Atlassian. All rights reserved.