public interface ExtendedUserHandler
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String username,
String password,
PasswordEncrypter pe)
Checks if user's credentials are valid.
|
boolean authenticate(String username, String password, PasswordEncrypter pe) throws Exception
username
- the user namepassword
- the user passwordpe
- the algorithm to use to encrypt the passwordException
- throw an exception if cannot access the databaseCopyright © 2003-2017 eXo Platform SAS. All Rights Reserved.