| Package | Description |
|---|---|
| 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() |
List<NamedFactory<UserAuth>> |
ServerFactoryManager.getUserAuthFactories()
Retrieve the list of named factories for
UserAuth objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setUserAuthFactories(List<NamedFactory<UserAuth>> userAuthFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserAuth |
class |
UserAuthKeyboardInteractive
Issue a "keyboard-interactive" command according to RFC4256
|
class |
UserAuthNone
TODO Add javadoc
|
class |
UserAuthPassword
TODO Add javadoc
|
class |
UserAuthPublicKey
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
UserAuth |
UserAuthPublicKeyFactory.create() |
UserAuth |
UserAuthPasswordFactory.create() |
UserAuth |
UserAuthNoneFactory.create() |
UserAuth |
UserAuthKeyboardInteractiveFactory.create() |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthGSS
Prototype user authentication handling gssapi-with-mic.
|
| Modifier and Type | Method and Description |
|---|---|
UserAuth |
UserAuthGSSFactory.create()
Create a new authenticator instance.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.