| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
UserAuth.auth(ServerSession session,
java.lang.String username,
java.lang.String service,
Buffer buffer)
Try to authenticate the user.
|
boolean |
PublickeyAuthenticator.authenticate(java.lang.String username,
java.security.PublicKey key,
ServerSession session)
Check the validity of a public key.
|
boolean |
PasswordAuthenticator.authenticate(java.lang.String username,
java.lang.String password,
ServerSession session)
Check the validity of a password.
|
void |
SessionAware.setSession(ServerSession session)
Set the server session in which this shell will be executed.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServerSession |
AbstractUserAuth.session |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<ServerSession,java.util.Map<java.security.PublicKey,java.lang.Boolean>> |
CachingPublicKeyAuthenticator.cache |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
AbstractUserAuth.auth(ServerSession session,
java.lang.String username,
java.lang.String service,
Buffer buffer) |
boolean |
CachingPublicKeyAuthenticator.authenticate(java.lang.String username,
java.security.PublicKey key,
ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GSSAuthenticator.validateIdentity(ServerSession session,
java.lang.String identity)
Validate the source identity obtained from the context after negotiation is complete.
|
boolean |
GSSAuthenticator.validateInitialUser(ServerSession session,
java.lang.String user)
Validate the user name passed in the initial SSH_MSG_USERAUTH_REQUEST message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JaasPasswordAuthenticator.authenticate(java.lang.String username,
java.lang.String password,
ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
ServerSession |
ServerUserAuthService.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
SftpSubsystem.setSession(ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
InvertedShellWrapper.setSession(ServerSession session) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.