com.sshtools.daemon.authentication

Class PasswordAuthenticationServer


public class PasswordAuthenticationServer
extends SshAuthenticationServer

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

Method Summary

int
authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
String
getMethodName()
void
setAuthenticatedTokens(Map tokens)

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

authenticate, getMethodName

Method Details

authenticate

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

getMethodName

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

setAuthenticatedTokens

public void setAuthenticatedTokens(Map tokens)
Parameters:
tokens -

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