com.sshtools.daemon.authentication
Class PublicKeyAuthenticationServer

java.lang.Object
  extended bycom.sshtools.daemon.authentication.SshAuthenticationServer
      extended bycom.sshtools.daemon.authentication.PublicKeyAuthenticationServer

public class PublicKeyAuthenticationServer
extends SshAuthenticationServer

DOCUMENT ME!


Constructor Summary
PublicKeyAuthenticationServer()
          Creates a new PublicKeyAuthenticationServer object.
 
Method Summary
 int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
          DOCUMENT ME!
 java.lang.String getMethodName()
          DOCUMENT ME!
static void setVerificationImpl(java.lang.Class pkv)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicKeyAuthenticationServer

public PublicKeyAuthenticationServer()
Creates a new PublicKeyAuthenticationServer object.

Method Detail

getMethodName

public java.lang.String getMethodName()
DOCUMENT ME!

Specified by:
getMethodName in class SshAuthenticationServer
Returns:
DOCUMENT ME!

setVerificationImpl

public static void setVerificationImpl(java.lang.Class pkv)
DOCUMENT ME!

Parameters:
pkv - DOCUMENT ME!

authenticate

public int authenticate(AuthenticationProtocolServer authentication,
                        SshMsgUserAuthRequest msg)
                 throws java.io.IOException
DOCUMENT ME!

Specified by:
authenticate in class SshAuthenticationServer
Parameters:
authentication - DOCUMENT ME!
msg - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.io.IOException - DOCUMENT ME!