| Package | Description |
|---|---|
| com.sshtools.common.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMechanism |
DefaultAuthenticationMechanismFactory.createInstance(java.lang.String name,
AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con) |
AuthenticationMechanism |
AuthenticationMechanismFactory.createInstance(java.lang.String name,
AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con) |
| Constructor and Description |
|---|
KeyboardInteractiveAuthentication(AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con,
KeyboardInteractiveAuthenticationProvider[] providers) |
PasswordAuthentication(AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con,
PasswordAuthenticationProvider[] providers) |
PublicKeyAuthentication(AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con,
PublicKeyAuthenticationProvider[] providers) |
Copyright © 2022. All rights reserved.