com.sshtools.daemon.authentication

Class SshAuthenticationServer

Known Direct Subclasses:
KBIPasswordAuthenticationServer, PasswordAuthenticationServer, PublicKeyAuthenticationServer

public abstract class SshAuthenticationServer
extends java.lang.Object

Version:
$Revision: 1.10 $
Author:
$author$

Method Summary

abstract int
authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
abstract String
getMethodName()

Method Details

authenticate

public abstract int authenticate(AuthenticationProtocolServer authentication,
                                 SshMsgUserAuthRequest msg)
            throws IOException
Parameters:
authentication -
msg -
Returns:

getMethodName

public abstract String getMethodName()
Returns:

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