com.sshtools.daemon.authentication
Class PublicKeyAuthenticationServer

java.lang.Object
  extended by com.sshtools.daemon.authentication.SshAuthenticationServer
      extended by com.sshtools.daemon.authentication.PublicKeyAuthenticationServer

public class PublicKeyAuthenticationServer
extends SshAuthenticationServer

Version:
$Revision: 1.13 $
Author:
$author$

Constructor Summary
PublicKeyAuthenticationServer()
          Creates a new PublicKeyAuthenticationServer object.
 
Method Summary
 int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
           
 java.lang.String getMethodName()
           
static void setVerificationImpl(java.lang.Class pkv)
           
 
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()
Specified by:
getMethodName in class SshAuthenticationServer
Returns:

setVerificationImpl

public static void setVerificationImpl(java.lang.Class pkv)
Parameters:
pkv -

authenticate

public int authenticate(AuthenticationProtocolServer authentication,
                        SshMsgUserAuthRequest msg)
                 throws java.io.IOException
Specified by:
authenticate in class SshAuthenticationServer
Parameters:
authentication -
msg -
Returns:
Throws:
java.io.IOException


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