public class Authenticator extends Object implements org.apache.sshd.server.PasswordAuthenticator, org.apache.sshd.server.PublickeyAuthenticator
| Constructor and Description |
|---|
Authenticator(SshdConfigInterface configInterface) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String username,
PublicKey key,
org.apache.sshd.server.session.ServerSession session) |
boolean |
authenticate(String username,
String password,
org.apache.sshd.server.session.ServerSession session) |
public Authenticator(SshdConfigInterface configInterface)
Copyright © 2014. All rights reserved.