Class SshAuthenticationServer
- java.lang.Object
-
- com.sshtools.daemon.authentication.SshAuthenticationServer
-
- Direct Known Subclasses:
KBIPasswordAuthenticationServer
,PasswordAuthenticationServer
,PublicKeyAuthenticationServer
public abstract class SshAuthenticationServer extends java.lang.Object
- Version:
- $Revision: 1.10 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description SshAuthenticationServer()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
abstract java.lang.String
getMethodName()
-
-
-
Method Detail
-
getMethodName
public abstract java.lang.String getMethodName()
- Returns:
-
authenticate
public abstract int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws java.io.IOException
- Parameters:
authentication
-msg
-- Returns:
- Throws:
java.io.IOException
-
-