|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
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. |
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. |
Request |
PersonMO.update(Person p,
java.util.Date scheduledTime)
Updates the managed object. |
Uses of Person in com.ibm.itim.dataservices.model.domain |
---|
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. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |