Uses of Class
com.sshtools.common.auth.PasswordAuthenticationProvider
Packages that use PasswordAuthenticationProvider
-
Uses of PasswordAuthenticationProvider in com.sshtools.common.auth
Fields in com.sshtools.common.auth with type parameters of type PasswordAuthenticationProviderModifier and TypeFieldDescriptionprotected List<PasswordAuthenticationProvider>DefaultAuthenticationMechanismFactory.passwordProvidersMethods in com.sshtools.common.auth that return PasswordAuthenticationProviderModifier and TypeMethodDescriptionDefaultAuthenticationMechanismFactory.getPasswordAuthenticationProviders(SshConnection con) Methods in com.sshtools.common.auth with parameters of type PasswordAuthenticationProviderModifier and TypeMethodDescriptionvoidDefaultAuthenticationMechanismFactory.addPasswordAuthenticationProvider(PasswordAuthenticationProvider provider) voidDefaultAuthenticationMechanismFactory.removePasswordAuthenticationProvider(PasswordAuthenticationProvider provider) Constructors in com.sshtools.common.auth with parameters of type PasswordAuthenticationProviderModifierConstructorDescriptionPasswordAuthentication(AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con, PasswordAuthenticationProvider[] providers) PasswordKeyboardInteractiveProvider(PasswordAuthenticationProvider[] providers, SshConnection con)