Package | Description |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.auth | |
org.apache.sshd.server.session |
Modifier and Type | Field and Description |
---|---|
static WelcomeBannerPhase |
ServerAuthenticationManager.DEFAULT_BANNER_PHASE
Default value for
ServerAuthenticationManager.WELCOME_BANNER_PHASE if none specified |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<WelcomeBannerPhase> |
WelcomeBannerPhase.VALUES |
Modifier and Type | Method and Description |
---|---|
static WelcomeBannerPhase |
WelcomeBannerPhase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WelcomeBannerPhase[] |
WelcomeBannerPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private WelcomeBannerPhase |
ServerUserAuthService.welcomePhase |
Modifier and Type | Method and Description |
---|---|
WelcomeBannerPhase |
ServerUserAuthService.getWelcomePhase() |