public abstract class AbstractPolicySearch
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract DirectoryObjectEntity |
lookup(DistinguishedName dn)
Searches for a policy object with the given distinguished name.
|
public abstract DirectoryObjectEntity lookup(DistinguishedName dn) throws ObjectNotFoundException, ModelCommunicationException
dn - DistinguishedName to search with.ModelCommunicationException - Thrown if unable to communicate
with the data store.ObjectNotFoundException - Thrown if unable to locate the
entity in the data store. This may be due to an invalid
distinguished name, or the entity may have been removed by
another client.