public abstract class SshAuthenticationServer
extends java.lang.Object
Constructor and Description |
---|
SshAuthenticationServer() |
Modifier and Type | Method and Description |
---|---|
abstract int |
authenticate(AuthenticationProtocolServer authentication,
SshMsgUserAuthRequest msg) |
abstract java.lang.String |
getMethodName() |
public abstract java.lang.String getMethodName()
public abstract int authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg) throws java.io.IOException
authentication
- msg
- java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.