Package | Description |
---|---|
org.apache.sshd.server.auth | |
org.apache.sshd.server.auth.password | |
org.apache.sshd.server.auth.pubkey |
Modifier and Type | Method and Description |
---|---|
Boolean |
UserAuth.auth(ServerSession session,
String username,
String service,
Buffer buffer)
Try to authenticate the user.
|
Boolean |
UserAuth.next(Buffer buffer)
Handle another step in the authentication process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PasswordAuthenticator.authenticate(String username,
String password,
ServerSession session)
Check the validity of a password.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PublickeyAuthenticator.authenticate(String username,
PublicKey key,
ServerSession session)
Check the validity of a public key.
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.