Package com.atlassian.bitbucket.auth
package com.atlassian.bitbucket.auth
-
ClassDescriptionOutcome of a successful
authenticationoperation.Context class holding all details relevant for authentication processing byHttpAuthenticationHandlermodules.Context class holding all details relevant for authentication failure processing byHttpAuthenticationFailureHandlermodules.Handler for authentication failure over HTTP.Implementations may also implementHttpLogoutHandler, in which case they'll get a callback when the user logs out.Context class holding all details relevant for authentication success processing byHttpAuthenticationSuccessHandlermodules.Handler that is called when a user successfully authenticates with the system over HTTP.Interface thathttp-auth-handlermodules can optionally implement to receive callbacks on logout.The authentication context for SSH connectionsContext class holding all details relevant for authentication failure processing bySshAuthenticationFailureHandlermodules.Handler for authentication failure over SSH.Implementations should be stateless and thread-safe, as a single instance will be used to service all authentication requests.Module descriptor for custom ssh key authenticators.Context class holding all details relevant for authentication success processing bySshAuthenticationSuccessHandlermodules.Handler that is called when a user successfully authenticates with the system over SSH.