com.sshtools.daemon.authentication
Class SshAuthenticationServerFactory
java.lang.Object
com.sshtools.daemon.authentication.SshAuthenticationServerFactory
public class SshAuthenticationServerFactory
- extends java.lang.Object
- Version:
- $Revision: 1.10 $
- Author:
- $author$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTH_PASSWORD
public static final java.lang.String AUTH_PASSWORD
- See Also:
- Constant Field Values
AUTH_PK
public static final java.lang.String AUTH_PK
- See Also:
- Constant Field Values
AUTH_KBI
public static final java.lang.String AUTH_KBI
- See Also:
- Constant Field Values
SshAuthenticationServerFactory
protected SshAuthenticationServerFactory()
- Creates a new SshAuthenticationServerFactory object.
initialize
public static void initialize()
getSupportedMethods
public static java.util.List getSupportedMethods()
- Returns:
newInstance
public static SshAuthenticationServer newInstance(java.lang.String methodName)
throws AlgorithmNotSupportedException
- Parameters:
methodName
-
- Returns:
-
- Throws:
AlgorithmNotSupportedException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.