Uses of Interface
com.sshtools.common.auth.AbstractAuthenticationProtocol
Packages that use AbstractAuthenticationProtocol
-
Uses of AbstractAuthenticationProtocol in com.sshtools.common.auth
Methods in com.sshtools.common.auth with parameters of type AbstractAuthenticationProtocolModifier and TypeMethodDescriptionAuthenticationMechanismFactory.createInstance(String name, AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con) DefaultAuthenticationMechanismFactory.createInstance(String name, AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con) Constructors in com.sshtools.common.auth with parameters of type AbstractAuthenticationProtocolModifierConstructorDescriptionKeyboardInteractiveAuthentication(AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con, KeyboardInteractiveAuthenticationProvider[] providers) PasswordAuthentication(AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con, PasswordAuthenticationProvider[] providers) PublicKeyAuthentication(AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con, PublicKeyAuthenticationProvider[] providers)