Uses of Interface
org.apache.sshd.client.auth.UserAuthFactory
Packages that use UserAuthFactory
Package
Description
-
Uses of UserAuthFactory in org.apache.sshd.client
Subinterfaces with type arguments of type UserAuthFactory in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterfaceHolds information required for the client to perform authentication with the serverFields in org.apache.sshd.client with type parameters of type UserAuthFactoryModifier and TypeFieldDescriptionstatic final List<UserAuthFactory> SshClient.DEFAULT_USER_AUTH_FACTORIESDefault user authentication preferences if not setprotected List<UserAuthFactory> SshClient.userAuthFactoriesMethods in org.apache.sshd.client that return types with arguments of type UserAuthFactoryMethod parameters in org.apache.sshd.client with type arguments of type UserAuthFactoryModifier and TypeMethodDescriptionvoidSshClient.setUserAuthFactories(List<UserAuthFactory> userAuthFactories) -
Uses of UserAuthFactory in org.apache.sshd.client.auth
Classes in org.apache.sshd.client.auth that implement UserAuthFactorySubclasses with type arguments of type UserAuthFactory in org.apache.sshd.client.authModifier and TypeClassDescriptionstatic classHolds the result ofBuiltinUserAuthFactories.parseFactoriesList(String)Classes in org.apache.sshd.client.auth that implement interfaces with type arguments of type UserAuthFactoryModifier and TypeClassDescriptionenumProvides a centralized location for the default built-in authentication factoriesFields in org.apache.sshd.client.auth declared as UserAuthFactoryMethods in org.apache.sshd.client.auth that return UserAuthFactoryModifier and TypeMethodDescriptionBuiltinUserAuthFactories.create()static UserAuthFactoryBuiltinUserAuthFactories.fromFactoryName(String name) static UserAuthFactoryBuiltinUserAuthFactories.resolveFactory(String name) Constructors in org.apache.sshd.client.auth with parameters of type UserAuthFactoryConstructor parameters in org.apache.sshd.client.auth with type arguments of type UserAuthFactoryModifierConstructorDescriptionParseResult(List<UserAuthFactory> parsed, List<String> unsupported) -
Uses of UserAuthFactory in org.apache.sshd.client.auth.hostbased
Classes in org.apache.sshd.client.auth.hostbased that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.client.auth.keyboard
Classes in org.apache.sshd.client.auth.keyboard that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.client.auth.password
Classes in org.apache.sshd.client.auth.password that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session with type parameters of type UserAuthFactoryModifier and TypeFieldDescriptionprotected final List<UserAuthFactory> ClientUserAuthService.authFactoriesprivate List<UserAuthFactory> AbstractClientSession.userAuthFactoriesMethods in org.apache.sshd.client.session that return types with arguments of type UserAuthFactoryMethod parameters in org.apache.sshd.client.session with type arguments of type UserAuthFactoryModifier and TypeMethodDescriptionvoidAbstractClientSession.setUserAuthFactories(List<UserAuthFactory> userAuthFactories)