Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.auth |
Constructor and Description |
---|
PasswordAuthentication(TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con,
PasswordAuthenticationProvider[] providers) |
PasswordKeyboardInteractiveProvider(PasswordAuthenticationProvider[] providers,
Connection con) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryPasswordAuthenticator |
Modifier and Type | Field and Description |
---|---|
protected List<PasswordAuthenticationProvider> |
DefaultAuthenticationMechanismFactory.passwordProviders |
Modifier and Type | Method and Description |
---|---|
PasswordAuthenticationProvider[] |
DefaultAuthenticationMechanismFactory.getPasswordAuthenticationProviders(Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthenticationMechanismFactory.addPasswordAuthenticationProvider(PasswordAuthenticationProvider provider) |
void |
DefaultAuthenticationMechanismFactory.removePasswordAuthenticationProvider(PasswordAuthenticationProvider provider) |
Copyright © 2024. All rights reserved.