Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
Modifier and Type | Method and Description |
---|---|
RequiredAuthenticationStrategy |
SshContext.getRequiredAuthenticationStrategy() |
static RequiredAuthenticationStrategy |
RequiredAuthenticationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequiredAuthenticationStrategy[] |
RequiredAuthenticationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SshContext.setRequiredAuthenticationStrategy(RequiredAuthenticationStrategy requiredAuthenticationStrategy) |
Copyright © 2024. All rights reserved.