com.ibm.itim.dataservices.model.domain
Class AbstractPolicySearch

java.lang.Object
  extended by com.ibm.itim.dataservices.model.domain.AbstractPolicySearch

public abstract class AbstractPolicySearch
extends java.lang.Object

IBM Confidential OCO Source Materials (C) Copyright IBM Corp. 2012 The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.


Method Summary
abstract  DirectoryObjectEntity lookup(DistinguishedName dn)
          Searches for a policy object with the given distinguished name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

lookup

public abstract DirectoryObjectEntity lookup(DistinguishedName dn)
                                      throws ObjectNotFoundException,
                                             ModelCommunicationException
Searches for a policy object with the given distinguished name.

Parameters:
dn - DistinguishedName to search with.
Returns:
IdentityPolicyEntity matching the given dn.
Throws:
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.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.