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,
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.
|
boolean |
ForwardingFilter.canConnect(InetSocketAddress address,
ServerSession session)
Determine if the session may create an outbound connection.
|
boolean |
ForwardingFilter.canForwardAgent(ServerSession session)
Determine if the session may arrange for agent forwarding.
|
boolean |
ForwardingFilter.canForwardX11(ServerSession session)
Determine if the session may arrange for X11 forwarding.
|
boolean |
ForwardingFilter.canListen(InetSocketAddress address,
ServerSession session)
Determine if the session may listen for inbound connections.
|
Boolean |
HandshakingUserAuth.next(ServerSession session,
SshConstants.Message msg,
Buffer buffer)
Handle another step in the authentication process.
|
void |
SessionAware.setSession(ServerSession session)
Set the server session in which this shell will be executed.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
UserAuthPassword.auth(ServerSession session,
String username,
Buffer buffer) |
Boolean |
UserAuthPublicKey.auth(ServerSession session,
String username,
Buffer buffer) |
Boolean |
UserAuthNone.auth(ServerSession session,
String username,
Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
Boolean |
UserAuthGSS.auth(ServerSession sess,
String user,
Buffer buff)
Handle the first authentication step.
|
Boolean |
UserAuthGSS.next(ServerSession session,
SshConstants.Message msg,
Buffer buffer)
Handle another step in the authentication process.
|
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) |
Constructor and Description |
---|
TcpipForwardSupport(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) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.