Uses of Interface
com.atlassian.bitbucket.auth.HttpAuthenticationContext
Packages that use HttpAuthenticationContext
- 
Uses of HttpAuthenticationContext in com.atlassian.bitbucket.authSubinterfaces of HttpAuthenticationContext in com.atlassian.bitbucket.authModifier and TypeInterfaceDescriptioninterfaceContext class holding all details relevant for authentication failure processing byHttpAuthenticationFailureHandlermodules.interfaceContext class holding all details relevant for authentication success processing byHttpAuthenticationSuccessHandlermodules.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.voidHttpAuthenticationHandler.validateAuthentication(HttpAuthenticationContext authenticationContext) Invoked by the system on requests that have an authenticated user.