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.void
SshServer. 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 class
AbstractUserAuthFactory
class
UserAuthNoneFactory
Methods in org.apache.sshd.server.auth that return UserAuthFactory Modifier and Type Method Description UserAuthFactory
BuiltinUserAuthFactories. create()
static UserAuthFactory
BuiltinUserAuthFactories. fromFactoryName(String name)
static UserAuthFactory
BuiltinUserAuthFactories. 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 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
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 void
AbstractServerSession. setUserAuthFactories(List<UserAuthFactory> userAuthFactories)
-