Uses of Class
com.sshtools.daemon.authentication.AuthenticationProtocolServer
-
Packages that use AuthenticationProtocolServer Package Description com.sshtools.daemon.authentication -
-
Uses of AuthenticationProtocolServer in com.sshtools.daemon.authentication
Methods in com.sshtools.daemon.authentication with parameters of type AuthenticationProtocolServer Modifier and Type Method Description intKBIPasswordAuthenticationServer. authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)intPasswordAuthenticationServer. authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)intPublicKeyAuthenticationServer. authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)abstract intSshAuthenticationServer. authenticate(AuthenticationProtocolServer authentication, SshMsgUserAuthRequest msg)
-