Uses of Interface
com.sshtools.common.auth.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in com.sshtools.common.auth
Subinterfaces of Authenticator in com.sshtools.common.authModifier and TypeInterfaceDescriptioninterfaceinterfaceThis interface allows you to define a custom public key store for the publickey authentication mechanism.Classes in com.sshtools.common.auth that implement AuthenticatorModifier and TypeClassDescriptionclassAbstract implementation of aPublicKeyAuthenticationProviderthat just providesAbstractPublicKeyAuthenticationProvider.getName()implementation.classThis class implements the OpenSSH style authorized_keys public key store.classclassclassImplement this interface to customize the authentication of users logging into your server.classclassMethods in com.sshtools.common.auth that return AuthenticatorModifier and TypeMethodDescriptionAuthenticationMechanismFactory.getProviders(String name, SshConnection con) DefaultAuthenticationMechanismFactory.getProviders(String name, SshConnection con) Methods in com.sshtools.common.auth with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoidAuthenticationMechanismFactory.addProvider(Authenticator provider) voidDefaultAuthenticationMechanismFactory.addProvider(Authenticator provider) Method parameters in com.sshtools.common.auth with type arguments of type AuthenticatorModifier and TypeMethodDescriptionvoidAuthenticationMechanismFactory.addProviders(Collection<Authenticator> providers) voidDefaultAuthenticationMechanismFactory.addProviders(Collection<Authenticator> authenticators)