|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserAuth | |
|---|---|
| org.apache.sshd | Defines the two main classes for the client and server side of SSH protocol support. |
| org.apache.sshd.server | |
| org.apache.sshd.server.auth | |
| org.apache.sshd.server.auth.gss | |
| Uses of UserAuth in org.apache.sshd |
|---|
| Fields in org.apache.sshd with type parameters of type UserAuth | |
|---|---|
protected java.util.List<NamedFactory<UserAuth>> |
SshServer.userAuthFactories
|
| Methods in org.apache.sshd that return types with arguments of type UserAuth | |
|---|---|
java.util.List<NamedFactory<UserAuth>> |
SshServer.getUserAuthFactories()
|
| Method parameters in org.apache.sshd with type arguments of type UserAuth | |
|---|---|
void |
SshServer.setUserAuthFactories(java.util.List<NamedFactory<UserAuth>> userAuthFactories)
|
| Uses of UserAuth in org.apache.sshd.server |
|---|
| Subinterfaces of UserAuth in org.apache.sshd.server | |
|---|---|
interface |
HandshakingUserAuth
Extension of UserAuth for use with methods which require handshakes, such as gssapi-with-mic. |
| Methods in org.apache.sshd.server that return types with arguments of type UserAuth | |
|---|---|
java.util.List<NamedFactory<UserAuth>> |
ServerFactoryManager.getUserAuthFactories()
Retrieve the list of named factories for UserAuth |
| Uses of UserAuth in org.apache.sshd.server.auth |
|---|
| Classes in org.apache.sshd.server.auth that implement UserAuth | |
|---|---|
class |
UserAuthNone
TODO Add javadoc |
class |
UserAuthPassword
TODO Add javadoc |
class |
UserAuthPublicKey
TODO Add javadoc |
| Methods in org.apache.sshd.server.auth that return UserAuth | |
|---|---|
UserAuth |
UserAuthPublicKey.Factory.create()
|
UserAuth |
UserAuthPassword.Factory.create()
|
UserAuth |
UserAuthNone.Factory.create()
|
| Uses of UserAuth in org.apache.sshd.server.auth.gss |
|---|
| Classes in org.apache.sshd.server.auth.gss that implement UserAuth | |
|---|---|
class |
UserAuthGSS
Prototype user authentication handling gssapi-with-mic. |
| Methods in org.apache.sshd.server.auth.gss that return UserAuth | |
|---|---|
UserAuth |
UserAuthGSS.Factory.create()
Create a new authenticator instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||