| Interface | Description |
|---|---|
| AuthenticationController |
Allows the host application to communicate about when authentication should be performed
and users allowed to login.
|
| AuthenticationListener |
Allows the underlying framework to take some actions on authentication events.
|
| Authenticator |
Authenticates requests
|
| LoginUriProvider |
Provides the
URI to redirect users to for them to login before they can
authorize consumer requests to access their data. |
| OAuthRequestVerifier |
Used to store whether a request has successfully passed through the OAuth filter in some way.
|
| OAuthRequestVerifierFactory |
| Class | Description |
|---|---|
| Authenticator.Result |
Encapsulates the results of an authentication attempt.
|
| Authenticator.Result.Error | |
| Authenticator.Result.Failure | |
| Authenticator.Result.NoAttempt | |
| Authenticator.Result.Success |
| Enum | Description |
|---|---|
| Authenticator.Result.Status |
Copyright © 2018 Atlassian. All rights reserved.