Class SshAuthenticationClientFactory
java.lang.Object
com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
- Version:
- $Revision: 1.20 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new SshAuthenticationClientFactory object. -
Method Summary
Modifier and TypeMethodDescriptionstatic List
static void
static SshAuthenticationClient
newInstance
(String methodName)
-
Field Details
-
AUTH_PASSWORD
- See Also:
-
AUTH_PK
- See Also:
-
AUTH_KBI
- See Also:
-
AUTH_HOSTBASED
- See Also:
-
-
Constructor Details
-
SshAuthenticationClientFactory
protected SshAuthenticationClientFactory()Creates a new SshAuthenticationClientFactory object.
-
-
Method Details
-
initialize
public static void initialize() -
getSupportedMethods
- Returns:
-
newInstance
public static SshAuthenticationClient newInstance(String methodName) throws AlgorithmNotSupportedException - Parameters:
methodName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-