org.crsh.term.spi.sshd
Class SSHLifeCycle
java.lang.Object
org.crsh.term.CRaSHLifeCycle
org.crsh.term.spi.sshd.SSHLifeCycle
public class SSHLifeCycle
- extends CRaSHLifeCycle
- Version:
- $Revision$
- Author:
- Julien Viet
|
Field Summary |
static org.apache.sshd.common.Session.AttributeKey<String> |
PASSWORD
. |
static org.apache.sshd.common.Session.AttributeKey<String> |
USERNAME
. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USERNAME
public static final org.apache.sshd.common.Session.AttributeKey<String> USERNAME
- .
PASSWORD
public static final org.apache.sshd.common.Session.AttributeKey<String> PASSWORD
- .
SSHLifeCycle
public SSHLifeCycle(ShellContext context)
getPort
public int getPort()
setPort
public void setPort(int port)
getKeyPath
public String getKeyPath()
setKeyPath
public void setKeyPath(String keyPath)
doInit
protected void doInit()
- Specified by:
doInit in class CRaSHLifeCycle
doDestroy
protected void doDestroy()
- Specified by:
doDestroy in class CRaSHLifeCycle
Copyright © 2010 eXo Platform SAS. All Rights Reserved.