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.1 $
Author:
$author$

Field Summary
private static org.apache.commons.logging.Log log
           
 
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
 

Field Detail

log

private static org.apache.commons.logging.Log log
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