Uses of Interface
org.apache.sshd.client.auth.UserAuthFactory
-
-
Uses of UserAuthFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type UserAuthFactory Modifier and Type Field Description static List<UserAuthFactory>
SshClient. DEFAULT_USER_AUTH_FACTORIES
Default user authentication preferences if not setprotected List<UserAuthFactory>
SshClient. userAuthFactories
Methods in org.apache.sshd.client that return types with arguments of type UserAuthFactory Modifier and Type Method Description List<UserAuthFactory>
SshClient. getUserAuthFactories()
Method parameters in org.apache.sshd.client with type arguments of type UserAuthFactory Modifier and Type Method Description void
SshClient. setUserAuthFactories(List<UserAuthFactory> userAuthFactories)
-
Uses of UserAuthFactory in org.apache.sshd.client.auth
Classes in org.apache.sshd.client.auth that implement UserAuthFactory Modifier and Type Class Description class
AbstractUserAuthFactory
Methods in org.apache.sshd.client.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.client.auth with type arguments of type UserAuthFactory Constructor Description ParseResult(List<UserAuthFactory> parsed, List<String> unsupported)
-
Uses of UserAuthFactory in org.apache.sshd.client.auth.hostbased
Classes in org.apache.sshd.client.auth.hostbased that implement UserAuthFactory Modifier and Type Class Description class
UserAuthHostBasedFactory
-
Uses of UserAuthFactory in org.apache.sshd.client.auth.keyboard
Classes in org.apache.sshd.client.auth.keyboard that implement UserAuthFactory Modifier and Type Class Description class
UserAuthKeyboardInteractiveFactory
-
Uses of UserAuthFactory in org.apache.sshd.client.auth.password
Classes in org.apache.sshd.client.auth.password that implement UserAuthFactory Modifier and Type Class Description class
UserAuthPasswordFactory
-
Uses of UserAuthFactory in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement UserAuthFactory Modifier and Type Class Description class
UserAuthPublicKeyFactory
-
Uses of UserAuthFactory in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session with type parameters of type UserAuthFactory Modifier and Type Field Description protected List<UserAuthFactory>
ClientUserAuthService. authFactories
Methods in org.apache.sshd.client.session that return types with arguments of type UserAuthFactory Modifier and Type Method Description List<UserAuthFactory>
AbstractClientSession. getUserAuthFactories()
Method parameters in org.apache.sshd.client.session with type arguments of type UserAuthFactory Modifier and Type Method Description void
AbstractClientSession. setUserAuthFactories(List<UserAuthFactory> userAuthFactories)
-