public interface

SshAuthenticationFailureHandler

com.atlassian.bitbucket.auth.SshAuthenticationFailureHandler

Class Overview

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).

Summary

Public Methods
void onAuthenticationFailure(SshAuthenticationFailureContext context)
A method called back on SSH authentication failure.

Public Methods

public void onAuthenticationFailure (SshAuthenticationFailureContext context)

A method called back on SSH authentication failure. The AuthenticationException reason for authentication failure can be retrieved through getAuthenticationException().

Parameters
context a context object holding the authentication details and authentication exception.