public interface ESUserVerifier
| Modifier and Type | Method and Description |
|---|---|
void |
init(ESOrgUnitProvider orgUnitProvider)
Initializes this verifier.
|
ESAuthenticationInformation |
verifyUser(String username,
String password,
ESClientVersionInfo clientVersionInfo)
Tries to login the given user.
|
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 clientESAuthenticationInformation instance holding information about the
logged-in session. Note that the return ESAuthenticationInformation must
hold an ESUserAccessControlException - in case the login failsvoid init(ESOrgUnitProvider orgUnitProvider)
orgUnitProvider - the ESOrgUnitProvider that can be used to obtain organizational unitsCopyright © 2017. All rights reserved.