| Modifier and Type | Method and Description |
|---|---|
void |
SessionAware.setSession(ServerSession session) |
| 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 |
UserAuth.auth(ServerSession session,
String username,
String service,
Buffer buffer)
Try to authenticate the user.
|
Boolean |
AbstractUserAuth.auth(ServerSession session,
String username,
String service,
Buffer buffer) |
boolean |
CachingPublicKeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session) |
protected boolean |
UserAuthPassword.checkPassword(ServerSession session,
String username,
String password) |
protected boolean |
UserAuthKeyboardInteractive.checkPassword(ServerSession session,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected GSSAuthenticator |
UserAuthGSS.getAuthenticator(ServerSession session)
Utility to get the configured GSS authenticator for the server, throwing an exception if none is available.
|
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 |
StaticPasswordAuthenticator.authenticate(String username,
String password,
ServerSession session) |
boolean |
PasswordAuthenticator.authenticate(String username,
String password,
ServerSession session)
Check the validity of a password.
|
protected void |
StaticPasswordAuthenticator.handleAcceptance(String username,
String password,
ServerSession session) |
protected void |
StaticPasswordAuthenticator.handleRejection(String username,
String password,
ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StaticPublickeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session) |
boolean |
PublickeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session)
Check the validity of a public key.
|
boolean |
KeySetPublickeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session) |
boolean |
KeySetPublickeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session,
Collection<? extends PublicKey> keys) |
protected void |
StaticPublickeyAuthenticator.handleAcceptance(String username,
PublicKey key,
ServerSession session) |
protected void |
StaticPublickeyAuthenticator.handleRejection(String username,
PublicKey key,
ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizedKeysAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session) |
protected boolean |
DefaultAuthorizedKeysAuthenticator.isValidUsername(String username,
ServerSession session) |
protected boolean |
AuthorizedKeysAuthenticator.isValidUsername(String username,
ServerSession session) |
protected Collection<AuthorizedKeyEntry> |
DefaultAuthorizedKeysAuthenticator.reloadAuthorizedKeys(Path path,
String username,
ServerSession session) |
protected Collection<AuthorizedKeyEntry> |
AuthorizedKeysAuthenticator.reloadAuthorizedKeys(Path path,
String username,
ServerSession session) |
protected PublickeyAuthenticator |
AuthorizedKeysAuthenticator.resolvePublickeyAuthenticator(String username,
ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JaasPasswordAuthenticator.authenticate(String username,
String password,
ServerSession session) |
| Modifier and Type | Field and Description |
|---|---|
protected ServerSession |
AbstractDHServerKeyExchange.session |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSessionImpl
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
ServerSession |
ServerUserAuthService.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvertedShellWrapper.setSession(ServerSession session) |
| Modifier and Type | Field and Description |
|---|---|
protected ServerSession |
SftpSubsystem.session |
| Modifier and Type | Method and Description |
|---|---|
void |
SftpSubsystem.setSession(ServerSession session) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.