public interface DirectoryServiceOperation
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.apache.directory.server.core.api.CoreSession session,
org.apache.directory.api.ldap.model.name.Dn baseDn)
The command pattern execute method.
|
Object execute(org.apache.directory.server.core.api.CoreSession session, org.apache.directory.api.ldap.model.name.Dn baseDn) throws Exception
session - The CoreSession to execute the command withbaseDn - The base Dn for working with the contextException - The exception thrown by the commandCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.