|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.plugin.CRaSHPlugin<SSHPlugin> org.crsh.ssh.SSHPlugin
public class SSHPlugin
Field Summary | |
---|---|
private SSHLifeCycle |
lifeCycle . |
static PropertyDescriptor<Charset> |
SSH_ENCODING The SSH charset. |
static PropertyDescriptor<Integer> |
SSH_PORT The SSH port. |
private static int |
SSH_SERVER_AUTH_DEFAULT_TIMEOUT The SSH server authentication timeout value. |
static PropertyDescriptor<Integer> |
SSH_SERVER_AUTH_TIMEOUT The SSH server authentication timeout property. |
private static int |
SSH_SERVER_IDLE_DEFAULT_TIMEOUT The SSH server idle timeout value. |
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. |
Fields inherited from class org.crsh.plugin.CRaSHPlugin |
---|
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log |
Constructor Summary | |
---|---|
SSHPlugin() |
Method Summary | |
---|---|
protected Iterable<PropertyDescriptor<?>> |
createConfigurationCapabilities() Returns a list of PropertyDescriptor this plugin requires for its configuration. |
void |
destroy() Implement this method to know about destroy life cycle callback. |
SSHPlugin |
getImplementation() Returns the implementation. |
void |
init() Implement this method to know about init life cycle callback. |
Methods inherited from class org.crsh.plugin.CRaSHPlugin |
---|
getConfigurationCapabilities, getContext, getStatus, getType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final int SSH_SERVER_IDLE_DEFAULT_TIMEOUT
private static final int SSH_SERVER_AUTH_DEFAULT_TIMEOUT
public 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
private SSHLifeCycle lifeCycle
Constructor Detail |
---|
public SSHPlugin()
Method Detail |
---|
public SSHPlugin getImplementation()
CRaSHPlugin
getImplementation
in class CRaSHPlugin<SSHPlugin>
protected Iterable<PropertyDescriptor<?>> createConfigurationCapabilities()
CRaSHPlugin
PropertyDescriptor
this plugin requires for its configuration.
createConfigurationCapabilities
in class CRaSHPlugin<SSHPlugin>
public void init()
CRaSHPlugin
init
in class CRaSHPlugin<SSHPlugin>
public void destroy()
CRaSHPlugin
destroy
in class CRaSHPlugin<SSHPlugin>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |