public interface PasswordAuthenticator
PasswordAuthenticator is used to authenticate
users based on a password.| 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 usernamepassword - the passwordsession - the server sessionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.