public interface PasswordAuthenticator
PasswordAuthenticator is used to authenticate
users based on a password.| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(java.lang.String username,
java.lang.String password,
ServerSession session)
Check the validity of a password.
|
boolean authenticate(java.lang.String username,
java.lang.String password,
ServerSession session)
username - the usernamepassword - the passwordsession - the server sessionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.