public final class ESUserVerifierFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
ESUserVerifier |
createUserVerifier(ESAuthenticationControlType authenticationControlType,
ESOrgUnitProvider orgUnitProvider)
Creates an
ESUserVerifier based on the given ESAuthenticationControlType. |
static ESUserVerifierFactory |
getInstance()
The singleton instance.
|
public static ESUserVerifierFactory getInstance()
public ESUserVerifier createUserVerifier(ESAuthenticationControlType authenticationControlType, ESOrgUnitProvider orgUnitProvider) throws FatalESException
ESUserVerifier based on the given ESAuthenticationControlType.authenticationControlType - the requested type of ESUserVerifierorgUnitProvider - provides access to users and groups if necessaryESUserVerifierFatalESException - in case no fitting ESUserVerifier can be found or the initialization failsCopyright © 2017. All rights reserved.