Uses of Interface
org.apache.sshd.server.auth.UserAuthFactory
-
-
Uses of UserAuthFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return types with arguments of type UserAuthFactory Modifier and Type Method Description List<UserAuthFactory>SshServer. 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 UserAuthFactory Modifier and Type Method Description static 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 UserAuthFactory Modifier and Type Class Description classAbstractUserAuthFactoryclassUserAuthNoneFactoryMethods in org.apache.sshd.server.auth that return UserAuthFactory Modifier and Type Method Description UserAuthFactoryBuiltinUserAuthFactories. create()static UserAuthFactoryBuiltinUserAuthFactories. fromFactoryName(String name)static UserAuthFactoryBuiltinUserAuthFactories. resolveFactory(String name)Constructor parameters in org.apache.sshd.server.auth with type arguments of type UserAuthFactory Constructor Description ParseResult(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 Modifier and Type Class Description classUserAuthGSSFactoryFactory class. -
Uses of UserAuthFactory in org.apache.sshd.server.auth.hostbased
Classes in org.apache.sshd.server.auth.hostbased that implement UserAuthFactory Modifier and Type Class Description classUserAuthHostBasedFactory -
Uses of UserAuthFactory in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement UserAuthFactory Modifier and Type Class Description classUserAuthKeyboardInteractiveFactory -
Uses of UserAuthFactory in org.apache.sshd.server.auth.password
Classes in org.apache.sshd.server.auth.password that implement UserAuthFactory Modifier and Type Class Description classUserAuthPasswordFactory -
Uses of UserAuthFactory in org.apache.sshd.server.auth.pubkey
Classes in org.apache.sshd.server.auth.pubkey that implement UserAuthFactory Modifier and Type Class Description classUserAuthPublicKeyFactory -
Uses of UserAuthFactory in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return types with arguments of type UserAuthFactory Modifier and Type Method Description List<UserAuthFactory>AbstractServerSession. getUserAuthFactories()Method parameters in org.apache.sshd.server.session with type arguments of type UserAuthFactory Modifier and Type Method Description voidAbstractServerSession. setUserAuthFactories(List<UserAuthFactory> userAuthFactories)
-