Uses of Interface
com.atlassian.bitbucket.auth.HttpAuthenticationContext
Packages that use HttpAuthenticationContext
-
Uses of HttpAuthenticationContext in com.atlassian.bitbucket.auth
Subinterfaces of HttpAuthenticationContext in com.atlassian.bitbucket.authModifier 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.Methods in com.atlassian.bitbucket.auth with parameters of type HttpAuthenticationContextModifier 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.