Class SshAuthenticationServer
java.lang.Object
com.sshtools.daemon.authentication.SshAuthenticationServer
- Direct Known Subclasses:
KBIPasswordAuthenticationServer
,PasswordAuthenticationServer
,PublicKeyAuthenticationServer
- Version:
- $Revision: 1.10 $
- Author:
- $author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
authenticate
(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) abstract String
-
Constructor Details
-
SshAuthenticationServer
public SshAuthenticationServer()
-
-
Method Details
-
getMethodName
- Returns:
-
authenticate
public abstract int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws IOException - Parameters:
authentication
-msg
-- Returns:
- Throws:
IOException
-