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. userAuthFactories
Methods 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.void
SshServer. 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 class
AbstractUserAuthFactory
class
UserAuthNoneFactory
Fields in org.apache.sshd.server.auth declared as UserAuthFactory Modifier and Type Field Description private UserAuthFactory
BuiltinUserAuthFactories. factory
Methods in org.apache.sshd.server.auth that return UserAuthFactory Modifier and Type Method Description UserAuthFactory
BuiltinUserAuthFactories. create()
static UserAuthFactory
BuiltinUserAuthFactories. fromFactoryName(java.lang.String name)
static UserAuthFactory
BuiltinUserAuthFactories. 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 class
UserAuthGSSFactory
Factory 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 class
UserAuthHostBasedFactory
-
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 class
UserAuthKeyboardInteractiveFactory
-
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 class
UserAuthPasswordFactory
-
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 class
UserAuthPublicKeyFactory
-
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. userAuthFactories
private java.util.List<UserAuthFactory>
ServerUserAuthService. userAuthFactories
Methods 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 void
AbstractServerSession. setUserAuthFactories(java.util.List<UserAuthFactory> userAuthFactories)
-