Interface SshAuthenticationContext

All Known Subinterfaces:
SshAuthenticationFailureContext, SshAuthenticationSuccessContext

public interface SshAuthenticationContext
The authentication context for SSH connections
See Also:
  • Method Details

    • getUsername

      @Nonnull String getUsername()
      Returns:
      the provided username.
    • getPublicKey

      @Nonnull PublicKey getPublicKey()
      Returns:
      the provided credentials.