Modifier and Type | Field and Description |
---|---|
private java.util.List<NamedFactory<UserAuth>> |
SshServer.userAuthFactories |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedFactory<UserAuth>> |
ServerAuthenticationManager.getUserAuthFactories()
Retrieve the list of named factories for
UserAuth objects. |
java.util.List<NamedFactory<UserAuth>> |
SshServer.getUserAuthFactories() |
static java.util.List<NamedFactory<UserAuth>> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager)
If user authentication factories already set, then simply returns them.
|
static java.util.List<NamedFactory<UserAuth>> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager,
java.util.List<NamedFactory<UserAuth>> userFactories)
If user authentication factories already set, then simply returns them.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<NamedFactory<UserAuth>> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager,
java.util.List<NamedFactory<UserAuth>> userFactories)
If user authentication factories already set, then simply returns them.
|
void |
ServerAuthenticationManager.setUserAuthFactories(java.util.List<NamedFactory<UserAuth>> userAuthFactories) |
void |
SshServer.setUserAuthFactories(java.util.List<NamedFactory<UserAuth>> userAuthFactories) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAuth |
class |
UserAuthNone
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthGSS
Prototype user authentication handling gssapi-with-mic.
|
Modifier and Type | Method and Description |
---|---|
UserAuth |
UserAuthGSSFactory.create() |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthHostBased |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthKeyboardInteractive
Issue a "keyboard-interactive" command according to RFC4256
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthPassword
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthPublicKey
TODO Add javadoc
|
Modifier and Type | Field and Description |
---|---|
private UserAuth |
ServerUserAuthService.currentAuth |
Modifier and Type | Field and Description |
---|---|
private java.util.List<NamedFactory<UserAuth>> |
ServerUserAuthService.userAuthFactories |
private java.util.List<NamedFactory<UserAuth>> |
AbstractServerSession.userAuthFactories |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedFactory<UserAuth>> |
AbstractServerSession.getUserAuthFactories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerSession.setUserAuthFactories(java.util.List<NamedFactory<UserAuth>> userAuthFactories) |