Uses of Interface
org.apache.sshd.server.auth.UserAuthFactory
Packages that use UserAuthFactory
Package
Description
-
Uses of UserAuthFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type UserAuthFactoryMethods in org.apache.sshd.server that return types with arguments of type UserAuthFactoryModifier and TypeMethodDescriptionSshServer.getUserAuthFactories()
static List
<UserAuthFactory> ServerAuthenticationManager.resolveUserAuthFactories
(ServerAuthenticationManager manager) If user authentication factories already set, then simply returns them.static List
<UserAuthFactory> ServerAuthenticationManager.resolveUserAuthFactories
(ServerAuthenticationManager manager, List<UserAuthFactory> userFactories) If user authentication factories already set, then simply returns them.Method parameters in org.apache.sshd.server with type arguments of type UserAuthFactoryModifier and TypeMethodDescriptionstatic List
<UserAuthFactory> ServerAuthenticationManager.resolveUserAuthFactories
(ServerAuthenticationManager manager, List<UserAuthFactory> userFactories) If user authentication factories already set, then simply returns them.void
SshServer.setUserAuthFactories
(List<UserAuthFactory> userAuthFactories) -
Uses of UserAuthFactory in org.apache.sshd.server.auth
Classes in org.apache.sshd.server.auth that implement UserAuthFactoryFields in org.apache.sshd.server.auth declared as UserAuthFactoryMethods in org.apache.sshd.server.auth that return UserAuthFactoryModifier and TypeMethodDescriptionBuiltinUserAuthFactories.create()
static UserAuthFactory
BuiltinUserAuthFactories.fromFactoryName
(String name) static UserAuthFactory
BuiltinUserAuthFactories.resolveFactory
(String name) Constructors in org.apache.sshd.server.auth with parameters of type UserAuthFactoryConstructor parameters in org.apache.sshd.server.auth with type arguments of type UserAuthFactoryModifierConstructorDescriptionParseResult
(List<UserAuthFactory> parsed, List<String> unsupported) -
Uses of UserAuthFactory in org.apache.sshd.server.auth.gss
Classes in org.apache.sshd.server.auth.gss that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.server.auth.hostbased
Classes in org.apache.sshd.server.auth.hostbased that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.server.auth.password
Classes in org.apache.sshd.server.auth.password that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.server.auth.pubkey
Classes in org.apache.sshd.server.auth.pubkey that implement UserAuthFactory -
Uses of UserAuthFactory in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session with type parameters of type UserAuthFactoryModifier and TypeFieldDescriptionprivate List
<UserAuthFactory> AbstractServerSession.userAuthFactories
private List
<UserAuthFactory> ServerUserAuthService.userAuthFactories
Methods in org.apache.sshd.server.session that return types with arguments of type UserAuthFactoryMethod parameters in org.apache.sshd.server.session with type arguments of type UserAuthFactoryModifier and TypeMethodDescriptionvoid
AbstractServerSession.setUserAuthFactories
(List<UserAuthFactory> userAuthFactories)