@FunctionalInterface public interface PublickeyAuthenticator
PublickeyAuthenticator is used on the server side
to authenticate user public keys.| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String username,
PublicKey key,
ServerSession session)
Check the validity of a public key.
|
boolean authenticate(String username, PublicKey key, ServerSession session)
username - the usernamekey - the keysession - the server sessionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.