public interface ILdapPlugin
| Modifier and Type | Method and Description |
|---|---|
IConfigStore |
getConfigStore()
Return config store.
|
void |
init(IConfigStore config)
Initialize from config store.
|
void init(IConfigStore config) throws EBaseException, ELdapException
config - the configuration store to initialize from.ELdapException - initialization failed due to Ldap error.EBaseException - initialization failed.IConfigStore getConfigStore()