com.sshtools.daemon.authentication
Class SshAuthenticationServerFactory

java.lang.Object
  extended by com.sshtools.daemon.authentication.SshAuthenticationServerFactory

public class SshAuthenticationServerFactory
extends java.lang.Object

Version:
$Revision: 1.10 $
Author:
$author$

Field Summary
static java.lang.String AUTH_KBI
           
static java.lang.String AUTH_PASSWORD
           
static java.lang.String AUTH_PK
           
 
Constructor Summary
protected SshAuthenticationServerFactory()
          Creates a new SshAuthenticationServerFactory object.
 
Method Summary
static java.util.List getSupportedMethods()
           
static void initialize()
           
static SshAuthenticationServer newInstance(java.lang.String methodName)
           
 
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
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
Constructor Detail

SshAuthenticationServerFactory

protected SshAuthenticationServerFactory()
Creates a new SshAuthenticationServerFactory object.

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


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.