public class SSHPlugin extends CRaSHPlugin<SSHPlugin>
| Modifier and Type | Field and Description |
|---|---|
static PropertyDescriptor<Charset> |
SSH_ENCODING
The SSH charset.
|
static PropertyDescriptor<Integer> |
SSH_PORT
The SSH port.
|
static PropertyDescriptor<Integer> |
SSH_SERVER_AUTH_TIMEOUT
The SSH server authentication timeout property.
|
static PropertyDescriptor<Integer> |
SSH_SERVER_IDLE_TIMEOUT
The SSH server idle timeout property.
|
static PropertyDescriptor<String> |
SSH_SERVER_KEYGEN
SSH host key auto generate
|
static PropertyDescriptor<String> |
SSH_SERVER_KEYPATH
The SSH server key path.
|
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log| Constructor and Description |
|---|
SSHPlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<PropertyDescriptor<?>> |
createConfigurationCapabilities() |
void |
destroy() |
SSHPlugin |
getImplementation() |
void |
init() |
getConfigurationCapabilities, getContext, getStatus, getType, toStringpublic static final PropertyDescriptor<Integer> SSH_PORT
public static final PropertyDescriptor<String> SSH_SERVER_KEYPATH
public static final PropertyDescriptor<String> SSH_SERVER_KEYGEN
public static final PropertyDescriptor<Integer> SSH_SERVER_IDLE_TIMEOUT
public static final PropertyDescriptor<Integer> SSH_SERVER_AUTH_TIMEOUT
public static final PropertyDescriptor<Charset> SSH_ENCODING
public SSHPlugin getImplementation()
getImplementation in class CRaSHPlugin<SSHPlugin>protected Iterable<PropertyDescriptor<?>> createConfigurationCapabilities()
createConfigurationCapabilities in class CRaSHPlugin<SSHPlugin>public void init()
init in class CRaSHPlugin<SSHPlugin>public void destroy()
destroy in class CRaSHPlugin<SSHPlugin>Copyright © 2015 eXo Platform SAS. All Rights Reserved.