Uses of Interface
com.sshtools.common.auth.AuthenticationMechanism
Packages that use AuthenticationMechanism
-
Uses of AuthenticationMechanism in com.sshtools.common.auth
Classes in com.sshtools.common.auth that implement AuthenticationMechanismModifier and TypeClassDescriptionclassKeyboardInteractiveAuthentication<C extends Context>classPasswordAuthentication<C extends Context>Provides anAuthenticationMechanismthat enables the standard SSH password authentication.classPublicKeyAuthentication<C extends Context>Provides anAuthenticationMechanismthat enables the public key authentication.Methods in com.sshtools.common.auth that return AuthenticationMechanismModifier 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)