Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.server | |
org.apache.sshd.server.auth | |
org.apache.sshd.server.auth.gss |
Modifier and Type | Field and Description |
---|---|
protected List<NamedFactory<UserAuth>> |
SshServer.userAuthFactories |
Modifier and Type | Method and Description |
---|---|
List<NamedFactory<UserAuth>> |
SshServer.getUserAuthFactories() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setUserAuthFactories(List<NamedFactory<UserAuth>> userAuthFactories) |
Modifier and Type | Method and Description |
---|---|
List<NamedFactory<UserAuth>> |
ServerFactoryManager.getUserAuthFactories()
Retrieve the list of named factories for
UserAuth |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAuth |
class |
UserAuthKeyboardInteractive
TODO Add javadoc
|
class |
UserAuthNone
TODO Add javadoc
|
class |
UserAuthPassword
TODO Add javadoc
|
class |
UserAuthPublicKey
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
UserAuth |
UserAuthNone.Factory.create() |
UserAuth |
UserAuthPublicKey.Factory.create() |
UserAuth |
UserAuthKeyboardInteractive.Factory.create() |
UserAuth |
UserAuthPassword.Factory.create() |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthGSS
Prototype user authentication handling gssapi-with-mic.
|
Modifier and Type | Method and Description |
---|---|
UserAuth |
UserAuthGSS.Factory.create()
Create a new authenticator instance.
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.