Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.daemon.authentication.SshAuthenticationServer
com.sshtools.daemon.authentication.PublicKeyAuthenticationServer
public class PublicKeyAuthenticationServer
extends SshAuthenticationServer
Constructor Summary | |
|
Method Summary | |
int |
|
String | |
static void |
|
Methods inherited from class com.sshtools.daemon.authentication.SshAuthenticationServer | |
authenticate , getMethodName |
public PublicKeyAuthenticationServer()
Creates a new PublicKeyAuthenticationServer object.
public int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws IOException
- Overrides:
- authenticate in interface SshAuthenticationServer
- Parameters:
authentication
-msg
-
- Returns:
public String getMethodName()
- Overrides:
- getMethodName in interface SshAuthenticationServer
- Returns:
public static void setVerificationImpl(Class pkv)
- Parameters:
pkv
-