Class PublicKeyAuthenticationServer
java.lang.Object
com.sshtools.daemon.authentication.SshAuthenticationServer
com.sshtools.daemon.authentication.PublicKeyAuthenticationServer
- Version:
- $Revision: 1.13 $
- Author:
- $author$
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new PublicKeyAuthenticationServer object. -
Method Summary
Modifier and TypeMethodDescriptionint
authenticate
(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) static void
setVerificationImpl
(Class pkv)
-
Constructor Details
-
PublicKeyAuthenticationServer
public PublicKeyAuthenticationServer()Creates a new PublicKeyAuthenticationServer object.
-
-
Method Details
-
getMethodName
- Specified by:
getMethodName
in classSshAuthenticationServer
- Returns:
-
setVerificationImpl
- Parameters:
pkv
-
-
authenticate
public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws IOException - Specified by:
authenticate
in classSshAuthenticationServer
- Parameters:
authentication
-msg
-- Returns:
- Throws:
IOException
-