Uses of Interface
org.apache.sshd.server.auth.UserAuthFactory
-
-
Uses of UserAuthFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type UserAuthFactory Modifier and Type Field Description private java.util.List<UserAuthFactory>SshServer. userAuthFactoriesMethods in org.apache.sshd.server that return types with arguments of type UserAuthFactory Modifier and Type Method Description java.util.List<UserAuthFactory>SshServer. getUserAuthFactories()static java.util.List<UserAuthFactory>ServerAuthenticationManager. resolveUserAuthFactories(ServerAuthenticationManager manager)If user authentication factories already set, then simply returns them.static java.util.List<UserAuthFactory>ServerAuthenticationManager. resolveUserAuthFactories(ServerAuthenticationManager manager, java.util.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 java.util.List<UserAuthFactory>ServerAuthenticationManager. resolveUserAuthFactories(ServerAuthenticationManager manager, java.util.List<UserAuthFactory> userFactories)If user authentication factories already set, then simply returns them.voidSshServer. setUserAuthFactories(java.util.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 classAbstractUserAuthFactoryclassUserAuthNoneFactoryFields in org.apache.sshd.server.auth declared as UserAuthFactory Modifier and Type Field Description private UserAuthFactoryBuiltinUserAuthFactories. factoryMethods in org.apache.sshd.server.auth that return UserAuthFactory Modifier and Type Method Description UserAuthFactoryBuiltinUserAuthFactories. create()static UserAuthFactoryBuiltinUserAuthFactories. fromFactoryName(java.lang.String name)static UserAuthFactoryBuiltinUserAuthFactories. resolveFactory(java.lang.String name)Constructors in org.apache.sshd.server.auth with parameters of type UserAuthFactory Constructor Description BuiltinUserAuthFactories(UserAuthFactory factory)Constructor parameters in org.apache.sshd.server.auth with type arguments of type UserAuthFactory Constructor Description ParseResult(java.util.List<UserAuthFactory> parsed, java.util.List<java.lang.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
Fields in org.apache.sshd.server.session with type parameters of type UserAuthFactory Modifier and Type Field Description private java.util.List<UserAuthFactory>AbstractServerSession. userAuthFactoriesprivate java.util.List<UserAuthFactory>ServerUserAuthService. userAuthFactoriesMethods in org.apache.sshd.server.session that return types with arguments of type UserAuthFactory Modifier and Type Method Description java.util.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(java.util.List<UserAuthFactory> userAuthFactories)
-