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 java.util.List<UserAuthFactory>SshClient. DEFAULT_USER_AUTH_FACTORIESDefault user authentication preferences if not setprotected java.util.List<UserAuthFactory>SshClient. userAuthFactoriesMethods in org.apache.sshd.client that return types with arguments of type UserAuthFactory Modifier and Type Method Description java.util.List<UserAuthFactory>SshClient. getUserAuthFactories()Method parameters in org.apache.sshd.client with type arguments of type UserAuthFactory Modifier and Type Method Description voidSshClient. setUserAuthFactories(java.util.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 classAbstractUserAuthFactoryFields in org.apache.sshd.client.auth declared as UserAuthFactory Modifier and Type Field Description private UserAuthFactoryBuiltinUserAuthFactories. factoryMethods in org.apache.sshd.client.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.client.auth with parameters of type UserAuthFactory Constructor Description BuiltinUserAuthFactories(UserAuthFactory factory)Constructor parameters in org.apache.sshd.client.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.client.auth.hostbased
Classes in org.apache.sshd.client.auth.hostbased that implement UserAuthFactory Modifier and Type Class Description classUserAuthHostBasedFactory -
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 classUserAuthKeyboardInteractiveFactory -
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 classUserAuthPasswordFactory -
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 classUserAuthPublicKeyFactory -
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 java.util.List<UserAuthFactory>ClientUserAuthService. authFactoriesprivate java.util.List<UserAuthFactory>AbstractClientSession. userAuthFactoriesMethods in org.apache.sshd.client.session that return types with arguments of type UserAuthFactory Modifier and Type Method Description java.util.List<UserAuthFactory>AbstractClientSession. getUserAuthFactories()Method parameters in org.apache.sshd.client.session with type arguments of type UserAuthFactory Modifier and Type Method Description voidAbstractClientSession. setUserAuthFactories(java.util.List<UserAuthFactory> userAuthFactories)
-