com.sshtools.daemon.authentication

Class 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)
String
getMethodName()
static void
setVerificationImpl(Class pkv)

Methods inherited from class com.sshtools.daemon.authentication.SshAuthenticationServer

authenticate, getMethodName

Constructor Details

PublicKeyAuthenticationServer

public PublicKeyAuthenticationServer()
Creates a new PublicKeyAuthenticationServer object.

Method Details

authenticate

public int authenticate(AuthenticationProtocolServer authentication,
                        SshMsgUserAuthRequest msg)
            throws IOException
Overrides:
authenticate in interface SshAuthenticationServer
Parameters:
authentication -
msg -
Returns:

getMethodName

public String getMethodName()
Overrides:
getMethodName in interface SshAuthenticationServer
Returns:

setVerificationImpl

public static void setVerificationImpl(Class pkv)
Parameters:
pkv -

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