public class GetCatalog extends java.lang.Object implements DirectoryServiceOperation
| Constructor and Description |
|---|
GetCatalog() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(CoreSession session,
org.apache.directory.api.ldap.model.name.Dn base)
Note that the base is relative to the existing context.
|
public java.lang.Object execute(CoreSession session, org.apache.directory.api.ldap.model.name.Dn base) throws java.lang.Exception
execute in interface DirectoryServiceOperationsession - The CoreSession to execute the command withbase - The base Dn for working with the contextjava.lang.Exception - The exception thrown by the command