Class PublicKeyAuthenticationServer
- java.lang.Object
-
- com.sshtools.daemon.authentication.SshAuthenticationServer
-
- com.sshtools.daemon.authentication.PublicKeyAuthenticationServer
-
public class PublicKeyAuthenticationServer extends SshAuthenticationServer
- Version:
- $Revision: 1.13 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description PublicKeyAuthenticationServer()
Creates a new PublicKeyAuthenticationServer object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
java.lang.String
getMethodName()
static void
setVerificationImpl(java.lang.Class pkv)
-
-
-
Method Detail
-
getMethodName
public java.lang.String getMethodName()
- Specified by:
getMethodName
in classSshAuthenticationServer
- Returns:
-
setVerificationImpl
public static void setVerificationImpl(java.lang.Class pkv)
- Parameters:
pkv
-
-
authenticate
public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws java.io.IOException
- Specified by:
authenticate
in classSshAuthenticationServer
- Parameters:
authentication
-msg
-- Returns:
- Throws:
java.io.IOException
-
-