Modifier and Type | Method and Description |
---|---|
Boolean |
UserAuth.auth(ServerSession session,
String username,
String service,
Buffer buffer)
Try to authenticate the user.
|
boolean |
PublickeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session)
Check the validity of a public key.
|
boolean |
PasswordAuthenticator.authenticate(String username,
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 Map<ServerSession,Map<PublicKey,Boolean>> |
CachingPublicKeyAuthenticator.cache |
Modifier and Type | Method and Description |
---|---|
Boolean |
AbstractUserAuth.auth(ServerSession session,
String username,
String service,
Buffer buffer) |
boolean |
CachingPublicKeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session) |
Modifier and Type | Method and Description |
---|---|
boolean |
GSSAuthenticator.validateIdentity(ServerSession session,
String identity)
Validate the source identity obtained from the context after negotiation is complete.
|
boolean |
GSSAuthenticator.validateInitialUser(ServerSession session,
String user)
Validate the user name passed in the initial SSH_MSG_USERAUTH_REQUEST message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JaasPasswordAuthenticator.authenticate(String username,
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) |
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystem.setSession(ServerSession session) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.