public class PublicKeyAuthenticationServer extends SshAuthenticationServer
Constructor and Description |
---|
PublicKeyAuthenticationServer()
Creates a new PublicKeyAuthenticationServer object.
|
Modifier and Type | Method and Description |
---|---|
int |
authenticate(AuthenticationProtocolServer authentication,
SshMsgUserAuthRequest msg) |
java.lang.String |
getMethodName() |
static void |
setVerificationImpl(java.lang.Class pkv) |
public PublicKeyAuthenticationServer()
public java.lang.String getMethodName()
getMethodName
in class SshAuthenticationServer
public static void setVerificationImpl(java.lang.Class pkv)
pkv
- public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws java.io.IOException
authenticate
in class SshAuthenticationServer
authentication
- msg
- java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.