Class SshAuthenticationServerFactory
- java.lang.Object
-
- com.sshtools.daemon.authentication.SshAuthenticationServerFactory
-
public class SshAuthenticationServerFactory extends java.lang.Object
- Version:
- $Revision: 1.10 $
- Author:
- $author$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTH_KBI
static java.lang.String
AUTH_PASSWORD
static java.lang.String
AUTH_PK
-
Constructor Summary
Constructors Modifier Constructor Description protected
SshAuthenticationServerFactory()
Creates a new SshAuthenticationServerFactory object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List
getSupportedMethods()
static void
initialize()
static SshAuthenticationServer
newInstance(java.lang.String methodName)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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
-
-