com.sshtools.daemon.authentication
Class SshAuthenticationServerFactory

java.lang.Object
  extended bycom.sshtools.daemon.authentication.SshAuthenticationServerFactory

public class SshAuthenticationServerFactory
extends java.lang.Object

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

AUTH_PASSWORD

public static final java.lang.String AUTH_PASSWORD
DOCUMENT ME!

See Also:
Constant Field Values

AUTH_PK

public static final java.lang.String AUTH_PK
DOCUMENT ME!

See Also:
Constant Field Values

AUTH_KBI

public static final java.lang.String AUTH_KBI
DOCUMENT ME!

See Also:
Constant Field Values
Constructor Detail

SshAuthenticationServerFactory

protected SshAuthenticationServerFactory()
Creates a new SshAuthenticationServerFactory object.

Method Detail

initialize

public static void initialize()
DOCUMENT ME!


getSupportedMethods

public static java.util.List getSupportedMethods()
DOCUMENT ME!

Returns:
DOCUMENT ME!

newInstance

public static SshAuthenticationServer newInstance(java.lang.String methodName)
                                           throws AlgorithmNotSupportedException
DOCUMENT ME!

Parameters:
methodName - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
AlgorithmNotSupportedException - DOCUMENT ME!