Package | Description |
---|---|
com.atlassian.bitbucket.auth |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpAuthenticationFailureContext
Context class holding all details relevant for authentication failure processing by
HttpAuthenticationFailureHandler modules. |
interface |
HttpAuthenticationSuccessContext
Context class holding all details relevant for authentication success processing by
HttpAuthenticationSuccessHandler modules. |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
HttpAuthenticationHandler.performAuthentication(HttpAuthenticationContext authenticationContext)
Invoked by the system when authentication is attempted over HTTP.
|
void |
HttpAuthenticationHandler.validateAuthentication(HttpAuthenticationContext authenticationContext)
Invoked by the system on requests that have an authenticated user.
|
Copyright © 2024 Atlassian. All rights reserved.