com.ibm.itim.dataservices.model
Class ObjectProfileFactory

java.lang.Object
  extended by com.ibm.itim.dataservices.model.ObjectProfileFactory

public class ObjectProfileFactory
extends java.lang.Object

Factory class that creates object profiles in the data store.

See Also:
ObjectProfileEntity

Constructor Summary
ObjectProfileFactory()
           
 
Method Summary
 ObjectProfileEntity create(DistinguishedName tenantDN, ObjectProfile profile)
          Creates an object profile in the data store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectProfileFactory

public ObjectProfileFactory()
Method Detail

create

public ObjectProfileEntity create(DistinguishedName tenantDN,
                                  ObjectProfile profile)
                           throws ModelCommunicationException,
                                  ModelCreationException
Creates an object profile in the data store.

Parameters:
tenantDN - DistinguishedName of the tenant within which to create the object profile.
profile - ObjectProfile value object to use for creation.
Returns:
a newly created ObjectProflieEntity object.
Throws:
ModelCommunicationException - Thrown if unable to communicate with the data store.
ModelCreationException - Thrown if unable to create the entity.


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.