com.sshtools.daemon.authentication
Class PasswordAuthenticationServer

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

public class PasswordAuthenticationServer
extends SshAuthenticationServer

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

Constructor Summary
PasswordAuthenticationServer()
           
 
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

PasswordAuthenticationServer

public PasswordAuthenticationServer()
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.