Uses of Package
com.atlassian.bitbucket.auth
Packages that use com.atlassian.bitbucket.auth
-
Classes in com.atlassian.bitbucket.auth used by com.atlassian.bitbucket.authClassDescriptionOutcome 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.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.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.