Uses of Interface
com.atlassian.bitbucket.auth.HttpAuthenticationContext
-
Uses of HttpAuthenticationContext in com.atlassian.bitbucket.auth
Modifier and TypeInterfaceDescriptioninterface
Context class holding all details relevant for authentication failure processing byHttpAuthenticationFailureHandler
modules.interface
Context class holding all details relevant for authentication success processing byHttpAuthenticationSuccessHandler
modules.Modifier and TypeMethodDescriptionHttpAuthenticationHandler.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.