Uses of Class
com.ibm.itim.dataservices.model.domain.Person

Packages that use Person
com.ibm.itim.apps.identity Extends the com.ibm.itim.apps package to provide a remotable application programming interface for identity management. 
com.ibm.itim.apps.policy Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Policy management. 
com.ibm.itim.dataservices.model.domain Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying the core elements of the data model. 
com.ibm.itim.dataservices.model.system Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying the system specific elements of the data model. 
 

Uses of Person in com.ibm.itim.apps.identity
 

Methods in com.ibm.itim.apps.identity that return Person
 Person PersonMO.getData()
          Returns a current snapshot of the data defining the provisionng object.
 Person PersonMO.getData()
          Returns a current snapshot of the data defining the provisionng object.
 

Methods in com.ibm.itim.apps.identity with parameters of type Person
 Request PersonManager.createPerson(OrganizationalContainerMO container, Person subject, java.util.Date scheduledTime)
          Creates a person in the provisioning platform with the specified attributes within the given container.
 Request PersonManager.createPerson(OrganizationalContainerMO container, Person subject, java.util.Date scheduledTime)
          Creates a person in the provisioning platform with the specified attributes within the given container.
 Request PersonManager.createPerson(OrganizationalContainerMO container, Person subject, java.util.Set<RoleAssignmentObject> assignmentData, java.util.Date scheduledTime)
          Creates a person in the provisioning platform with the specified attributes within the given container.
 Request PersonManager.createPerson(OrganizationalContainerMO container, Person subject, java.util.Set<RoleAssignmentObject> assignmentData, java.util.Date scheduledTime)
          Creates a person in the provisioning platform with the specified attributes within the given container.
 void SelfRegistrationManager.createPerson(Person subject)
          Creates a person in the provisioning platform with the specified attributes.
 void SelfRegistrationManager.createPerson(Person subject)
          Creates a person in the provisioning platform with the specified attributes.
 void SelfRegistrationManager.createPerson(Person subject, java.lang.String tenantID)
          Creates a person in the provisioning platform with the specified attributes.
 void SelfRegistrationManager.createPerson(Person subject, java.lang.String tenantID)
          Creates a person in the provisioning platform with the specified attributes.
 Request PersonMO.update(Person p, java.util.Date scheduledTime)
          Updates the managed object.
 Request PersonMO.update(Person p, java.util.Date scheduledTime)
          Updates the managed object.
 Request PersonMO.update(Person p, java.util.Set<RoleAssignmentObject> assignmentData, java.util.Date scheduledTime)
          Updates the managed object.
 Request PersonMO.update(Person p, java.util.Set<RoleAssignmentObject> assignmentData, java.util.Date scheduledTime)
          Updates the managed object.
 

Uses of Person in com.ibm.itim.apps.policy
 

Methods in com.ibm.itim.apps.policy that return types with arguments of type Person
 java.util.Map<Person,java.util.Collection<IPolicyResult>> SeparationOfDutyPolicyManager.evaluateViolations(java.util.Collection<Person> persons)
          For a particular person, evaluate the role violations against the separation of duty policies of the system.
 

Methods in com.ibm.itim.apps.policy with parameters of type Person
 java.util.Collection<IPolicyResult> SeparationOfDutyPolicyManager.evaluateViolations(Person person)
          For a given person, evaluate the role violations against the separation of duty policies of the system.
 

Method parameters in com.ibm.itim.apps.policy with type arguments of type Person
 java.util.Map<Person,java.util.Collection<IPolicyResult>> SeparationOfDutyPolicyManager.evaluateViolations(java.util.Collection<Person> persons)
          For a particular person, evaluate the role violations against the separation of duty policies of the system.
 

Uses of Person in com.ibm.itim.dataservices.model.domain
 

Subclasses of Person in com.ibm.itim.dataservices.model.domain
 class ExtendedPerson
          This class extends Person class with ownership type information.
 

Methods in com.ibm.itim.dataservices.model.domain with parameters of type Person
 PersonEntity PersonFactory.create(CompoundDN logicalContext, Person person)
          Creates a person in the data store with the given value object to define the person's attributes.
 PersonEntity PersonFactory.create(OrganizationalContainerEntity logicalContext, Person person)
          Creates a person in the data store with the given value object to define the person's attributes.
 

Constructors in com.ibm.itim.dataservices.model.domain with parameters of type Person
BusinessPartnerEntity(ObjectProfile profile, Person person)
          Constructs a BusinessPartnerEntity with a profile and value object.
BusinessPartnerEntity(Person person)
          Constructs a BusinessPartnerEntity with a value object.
ExtendedPerson(Person person)
          Constructor.
ExtendedPerson(Person person, java.lang.String ownershipType)
          Constructor.
Person(Person p)
          Copy Constructor Reference copy is used for Java object except for String and other primary types
PersonEntity(ObjectProfile profile, Person person)
          Constructs a PersonEntity with a profile and value object.
PersonEntity(Person person)
          Constructs a PersonEntity with a value object.
 

Uses of Person in com.ibm.itim.dataservices.model.system
 

Methods in com.ibm.itim.dataservices.model.system with parameters of type Person
 SystemUserEntity SystemUserFactory.create(DistinguishedName tenantDN, Person owner, Service service, SystemUser sysUser)
          Creates a system user in the data store with the given value object to define the SystemUser's attributes.
 



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.