Constructor and Description |
---|
AgentForwardSupport(ServerSession session) |
Constructor and Description |
---|
AgentServerProxy(ServerSession session) |
Constructor and Description |
---|
AgentServerProxy(ServerSession session) |
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 | Method and Description |
---|---|
Boolean |
AbstractUserAuth.auth(ServerSession session,
String username,
String service,
Buffer buffer) |
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 |
---|---|
void |
SftpSubsystem.setSession(ServerSession session) |
Modifier and Type | Method and Description |
---|---|
void |
InvertedShellWrapper.setSession(ServerSession session) |
Constructor and Description |
---|
X11ForwardSupport(ServerSession session) |
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystem.setSession(ServerSession session) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.