|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.daemon.authentication.SshAuthenticationServerFactory
DOCUMENT ME!
Field Summary | |
static java.lang.String |
AUTH_KBI
DOCUMENT ME! |
static java.lang.String |
AUTH_PASSWORD
DOCUMENT ME! |
static java.lang.String |
AUTH_PK
DOCUMENT ME! |
Constructor Summary | |
protected |
SshAuthenticationServerFactory()
Creates a new SshAuthenticationServerFactory object. |
Method Summary | |
static java.util.List |
getSupportedMethods()
DOCUMENT ME! |
static void |
initialize()
DOCUMENT ME! |
static SshAuthenticationServer |
newInstance(java.lang.String methodName)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String AUTH_PASSWORD
public static final java.lang.String AUTH_PK
public static final java.lang.String AUTH_KBI
Constructor Detail |
protected SshAuthenticationServerFactory()
Method Detail |
public static void initialize()
public static java.util.List getSupportedMethods()
public static SshAuthenticationServer newInstance(java.lang.String methodName) throws AlgorithmNotSupportedException
methodName
- DOCUMENT ME!
AlgorithmNotSupportedException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |