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 TypeMethodDescriptionint
authenticate
(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) final String
void
setAuthenticatedTokens
(Map tokens)
-
Constructor Details
-
KBIPasswordAuthenticationServer
public KBIPasswordAuthenticationServer()
-
-
Method Details
-
getMethodName
- Specified by:
getMethodName
in classSshAuthenticationServer
- Returns:
-
setAuthenticatedTokens
- Parameters:
tokens
-
-
authenticate
public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws IOException - Specified by:
authenticate
in classSshAuthenticationServer
- Parameters:
authentication
-msg
-- Returns:
- Throws:
IOException
-