public interface SshAuthenticationFailureHandler
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).| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure(SshAuthenticationFailureContext context)
A method called back on SSH authentication failure.
|
void onAuthenticationFailure(@Nonnull SshAuthenticationFailureContext context)
reason for authentication failure can be retrieved
through SshAuthenticationFailureContext.getAuthenticationException().context - a context object holding the authentication details and authentication exception.Copyright © 2024 Atlassian. All rights reserved.