com.sshtools.daemon.authentication

Class SshAuthenticationServerFactory


public class SshAuthenticationServerFactory
extends java.lang.Object

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

Field Summary

static String
AUTH_KBI
static String
AUTH_PASSWORD
static String
AUTH_PK

Constructor Summary

SshAuthenticationServerFactory()
Creates a new SshAuthenticationServerFactory object.

Method Summary

static List
getSupportedMethods()
static void
initialize()
static SshAuthenticationServer
newInstance(String methodName)

Field Details

AUTH_KBI

public static final String AUTH_KBI

AUTH_PASSWORD

public static final String AUTH_PASSWORD

AUTH_PK

public static final String AUTH_PK

Constructor Details

SshAuthenticationServerFactory

protected SshAuthenticationServerFactory()
Creates a new SshAuthenticationServerFactory object.

Method Details

getSupportedMethods

public static List getSupportedMethods()
Returns:

initialize

public static void initialize()

newInstance

public static SshAuthenticationServer newInstance(String methodName)
            throws AlgorithmNotSupportedException
Parameters:
methodName -
Returns:

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