| 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 java.util.List<NamedFactory<UserAuth>> |
SshServer.userAuthFactories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedFactory<UserAuth>> |
SshServer.getUserAuthFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setUserAuthFactories(java.util.List<NamedFactory<UserAuth>> userAuthFactories) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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 |
UserAuthPublicKey.Factory.create() |
UserAuth |
UserAuthPassword.Factory.create() |
UserAuth |
UserAuthNone.Factory.create() |
UserAuth |
UserAuthKeyboardInteractive.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-2014 The Apache Software Foundation. All Rights Reserved.