public interface PasswordAuthenticator
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String username,
String password,
ServerSession session)
Check the validity of a password.
|
boolean authenticate(String username, String password, ServerSession session)
username - The username credentialpassword - The provided passwordsession - The ServerSession attempting the authenticationtrue indicating if authentication succeededCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.