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

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

public class PersonFactory
extends java.lang.Object

Factory class for creating people in the data store.

See Also:
PersonEntity

Constructor Summary
PersonFactory()
          Default constructor.
 
Method Summary
 PersonEntity create(CompoundDN logicalContext, Person person)
          Creates a person in the data store with the given value object to define the person's attributes.
 PersonEntity create(OrganizationalContainerEntity logicalContext, Person person)
          Creates a person in the data store with the given value object to define the person's attributes.
 DistinguishedName createPersonDN(AttributeValue globalid, CompoundDN logicalContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonFactory

public PersonFactory()
Default constructor.

Method Detail

create

public PersonEntity create(OrganizationalContainerEntity logicalContext,
                           Person person)
                    throws ModelCommunicationException,
                           ModelCreationException
Creates a person in the data store with the given value object to define the person's attributes.

Parameters:
logicalContext - OrganizationalContainerEntity under which this entity should logically be placed.
person - Person value object use for creation.
Returns:
PersonEntity representing the person saved in data store.
Throws:
ModelCommunicationException - Thrown if unable to communicate with the data store.
ModelCreationException - Thrown if unable to create the entity in the data store. Most likely due to some sort of schema violation caused by improper attributes set in the value object.

create

public PersonEntity create(CompoundDN logicalContext,
                           Person person)
                    throws ModelCommunicationException,
                           ModelCreationException
Creates a person in the data store with the given value object to define the person's attributes.

Parameters:
logicalContext - CompoundDN that defines the placement of the person. At least one (1) element and at most two (2) are expected:
  • logicalContext.elements[1] must contain the organization DN
  • logicalContext.elements[2] may contain the parent DN (optional)
An element cannot be skipped. For example, you can not pass the parent DN without passing the organization DN.
person - Person value object use for creation.
Returns:
PersonEntity representing the person saved in data store.
Throws:
ModelCommunicationException - Thrown if unable to communicate with the data store.
ModelCreationException - Thrown if unable to create the entity in the data store. Most likely due to some sort of schema violation caused by improper attributes set in the value object.

createPersonDN

public DistinguishedName createPersonDN(AttributeValue globalid,
                                        CompoundDN logicalContext)


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.