Class KBIPasswordAuthenticationServer
java.lang.Object
com.sshtools.daemon.authentication.SshAuthenticationServer
com.sshtools.daemon.authentication.KBIPasswordAuthenticationServer
- Version:
- $Revision: 1.10 $
- Author:
- $author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintauthenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) final StringvoidsetAuthenticatedTokens(Map tokens)
-
Constructor Details
-
KBIPasswordAuthenticationServer
public KBIPasswordAuthenticationServer()
-
-
Method Details
-
getMethodName
- Specified by:
getMethodNamein classSshAuthenticationServer- Returns:
-
setAuthenticatedTokens
- Parameters:
tokens-
-
authenticate
public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws IOException - Specified by:
authenticatein classSshAuthenticationServer- Parameters:
authentication-msg-- Returns:
- Throws:
IOException
-