public interface DirectoryServiceOperation
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(CoreSession session,
org.apache.directory.api.ldap.model.name.Dn baseDn)
The command pattern execute method.
|
java.lang.Object execute(CoreSession session, org.apache.directory.api.ldap.model.name.Dn baseDn) throws java.lang.Exception
session - The CoreSession to execute the command withbaseDn - The base Dn for working with the contextjava.lang.Exception - The exception thrown by the command