com.sshtools.daemon.authentication
Class KBIPasswordAuthenticationServer

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

public class KBIPasswordAuthenticationServer
extends SshAuthenticationServer

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

Constructor Summary
KBIPasswordAuthenticationServer()
           
 
Method Summary
 int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
           
 java.lang.String getMethodName()
           
 void setAuthenticatedTokens(java.util.Map tokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KBIPasswordAuthenticationServer

public KBIPasswordAuthenticationServer()
Method Detail

getMethodName

public final java.lang.String getMethodName()
Specified by:
getMethodName in class SshAuthenticationServer
Returns:

setAuthenticatedTokens

public void setAuthenticatedTokens(java.util.Map tokens)
Parameters:
tokens -

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.