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 SshAuthenticationServerpublic static void setVerificationImpl(java.lang.Class pkv)
pkv - public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws java.io.IOException
authenticate in class SshAuthenticationServerauthentication - msg - java.io.IOExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.