Uses of Interface
org.apache.sshd.server.auth.UserAuthFactory
Packages that use UserAuthFactory
Package
Description
-
Uses of UserAuthFactory in org.apache.sshd.server
Subinterfaces with type arguments of type UserAuthFactory in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterfaceHolds providers and helpers related to the server side authentication processFields 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.voidSshServer.setUserAuthFactories(List<UserAuthFactory> userAuthFactories) -
Uses of UserAuthFactory in org.apache.sshd.server.auth
Classes in org.apache.sshd.server.auth that implement UserAuthFactorySubclasses with type arguments of type UserAuthFactory in org.apache.sshd.server.authModifier and TypeClassDescriptionstatic classHolds the result ofBuiltinUserAuthFactories.parseFactoriesList(String)Classes in org.apache.sshd.server.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.server.auth declared as UserAuthFactoryMethods in org.apache.sshd.server.auth that return UserAuthFactoryModifier and TypeMethodDescriptionBuiltinUserAuthFactories.create()static UserAuthFactoryBuiltinUserAuthFactories.fromFactoryName(String name) static UserAuthFactoryBuiltinUserAuthFactories.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.userAuthFactoriesprivate List<UserAuthFactory> ServerUserAuthService.userAuthFactoriesMethods 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 TypeMethodDescriptionvoidAbstractServerSession.setUserAuthFactories(List<UserAuthFactory> userAuthFactories)