Package ddf.ldap.ldaplogin
Class LdapService
java.lang.Object
ddf.ldap.ldaplogin.LdapService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LdapService
public LdapService(org.osgi.framework.BundleContext context)
-
-
Method Details
-
update
public 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.- Parameters:
newModule- that will replace a module or be added to the list of modules.
-
delete
Delete an ldap module given its id.- Parameters:
id- of the module.- Returns:
- true, if the delete was successful, false otherwise.
-