public class PasswordAuthenticationServer extends SshAuthenticationServer
Constructor and Description |
---|
PasswordAuthenticationServer() |
Modifier and Type | Method and Description |
---|---|
int |
authenticate(AuthenticationProtocolServer authentication,
SshMsgUserAuthRequest msg) |
java.lang.String |
getMethodName() |
void |
setAuthenticatedTokens(java.util.Map tokens) |
public final java.lang.String getMethodName()
getMethodName
in class SshAuthenticationServer
public void setAuthenticatedTokens(java.util.Map tokens)
tokens
- public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws java.io.IOException
authenticate
in class SshAuthenticationServer
authentication
- msg
- java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.