Package com.atlassian.bitbucket.auth
Interface SshAuthenticationFailureContext
- All Superinterfaces:
- SshAuthenticationContext
Context class holding all details relevant for authentication failure processing by
 
SshAuthenticationFailureHandler modules.- 
Method SummaryModifier and TypeMethodDescriptioncom.atlassian.bitbucket.auth.AuthenticationExceptionMethods inherited from interface com.atlassian.bitbucket.auth.SshAuthenticationContextgetPublicKey, getUsername
- 
Method Details- 
getAuthenticationException@Nonnull com.atlassian.bitbucket.auth.AuthenticationException getAuthenticationException()- Returns:
- the exception that was thrown by the SshAuthenticationHandlerthat triggered authentication failure
 
- 
getAuthenticationState- Returns:
- the state of authentication. Can be used to deduce the reason for authentication failure
 
 
-