Package com.atlassian.bitbucket.auth
package com.atlassian.bitbucket.auth
-
ClassDescriptionOutcome of a successful
authentication
operation.Context class holding all details relevant for authentication processing byHttpAuthenticationHandler
modules.Context class holding all details relevant for authentication failure processing byHttpAuthenticationFailureHandler
modules.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 byHttpAuthenticationSuccessHandler
modules.Handler that is called when a user successfully authenticates with the system over HTTP.Interface thathttp-auth-handler
modules can optionally implement to receive callbacks on logout.The authentication context for SSH connectionsContext class holding all details relevant for authentication failure processing bySshAuthenticationFailureHandler
modules.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 bySshAuthenticationSuccessHandler
modules.Handler that is called when a user successfully authenticates with the system over SSH.