| Package | Description |
|---|---|
| org.crsh.auth | |
| org.crsh.ssh.term |
| Modifier and Type | Class and Description |
|---|---|
class |
JaasAuthenticationPlugin |
class |
KeyAuthenticationPlugin |
class |
SimpleAuthenticationPlugin |
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationPlugin<Object> |
AuthenticationPlugin.NULL
The plugin that never authenticates, returns the name value
null. |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPlugin |
JaasAuthenticationPlugin.getImplementation() |
AuthenticationPlugin |
SimpleAuthenticationPlugin.getImplementation() |
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<AuthenticationPlugin> |
SSHLifeCycle.authenticationPlugins
.
|
| Constructor and Description |
|---|
SSHLifeCycle(PluginContext context,
Charset encoding,
int port,
int idleTimeout,
int authTimeout,
org.apache.sshd.common.KeyPairProvider keyPairProvider,
ArrayList<AuthenticationPlugin> authenticationPlugins) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.