public abstract class UserVerifier extends PasswordVerifier
| Constructor and Description |
|---|
UserVerifier(ESOrgUnitProvider orgUnitProvider)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ESAuthenticationInformation |
verifyUser(String username,
String password,
ESClientVersionInfo clientVersionInfo)
Tries to login the given user.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic UserVerifier(ESOrgUnitProvider orgUnitProvider)
orgUnitProvider - an ESOrgUnitProvider for finding userspublic ESAuthenticationInformation verifyUser(String username, String password, ESClientVersionInfo clientVersionInfo) throws AccessControlException
username - the user name as determined by the clientpassword - the password as entered by the clientclientVersionInfo - the version of the clientAuthenticationInformation instance holding information about the
logged-in sessionAccessControlException - in case the login failsCopyright © 2017. All rights reserved.