public interface

SshAuthenticationFailureContext

implements SshAuthenticationContext
com.atlassian.bitbucket.auth.SshAuthenticationFailureContext

Class Overview

Context class holding all details relevant for authentication failure processing by SshAuthenticationFailureHandler modules.

Summary

Public Methods
@Nonnull AuthenticationException getAuthenticationException()
@Nonnull AuthenticationState getAuthenticationState()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.auth.SshAuthenticationContext

Public Methods

@Nonnull public AuthenticationException getAuthenticationException ()

Returns

@Nonnull public AuthenticationState getAuthenticationState ()

Returns
  • the state of authentication. Can be used to deduce the reason for authentication failure