public class LdapService extends Object
| Constructor and Description |
|---|
LdapService(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(String id)
Delete an ldap module given its id.
|
void |
update(org.apache.karaf.jaas.config.impl.Module newModule)
Updates an existing ldap module with a new one or adds a new module to the list of existing
modules.
|
public void update(org.apache.karaf.jaas.config.impl.Module newModule)
newModule - that will replace a module or be added to the list of modules.public boolean delete(String id)
id - of the module.This work is licensed under a Creative Commons Attribution 4.0 International License.