public final class LdapApiServiceFactory
extends java.lang.Object
DefaultLdapCodecService. If in
In a standard standalone mode, the Bundle| Modifier and Type | Field and Description |
|---|---|
private static LdapApiService |
ldapCodecService
The LdapCodecService singleton bound to this factory
|
private static org.slf4j.Logger |
LOG
Logger for this class
|
private static boolean |
usingStandaloneImplementation
Whether or not the standalone implementation is being used
|
| Modifier | Constructor and Description |
|---|---|
private |
LdapApiServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static LdapApiService |
getSingleton()
Gets the singleton instance of the LdapCodecService.
|
static void |
initialize(LdapApiService ldapCodecService)
Initialization can only take place once.
|
static boolean |
isInitialized()
Checks to see if the factory is initialized.
|
static boolean |
isUsingStandaloneImplementation()
Checks to see if the factory is using the standalone implementation.
|
private static final org.slf4j.Logger LOG
private static LdapApiService ldapCodecService
private static boolean usingStandaloneImplementation
public static boolean isInitialized()
public static boolean isUsingStandaloneImplementation()
public static LdapApiService getSingleton()
public static void initialize(LdapApiService ldapCodecService)
ldapCodecService - The LDAP Codec Service to initialize with.