com.atlassian.bitbucket.auth.SshAuthenticationFailureHandler |
Handler for authentication failure over SSH. onAuthenticationFailure(SshAuthenticationFailureContext)
is called by the system for all installed ssh-auth-failure-handler
module types, in order of their configured
weight (low to high).
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A method called back on SSH authentication failure.
|
A method called back on SSH authentication failure. The
AuthenticationException reason for authentication failure can be retrieved
through getAuthenticationException()
.
context | a context object holding the authentication details and authentication exception. |
---|