Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Uses of Interface
oracle.iam.rm.inherent.personnel.Person

Packages that use Person
oracle.iam.rm.inherent.personnel Provides the interfaces for the users and identities in Oracle Role Manager. 
oracle.iam.rm.inherent.role Provides the interfaces for business roles, approver roles, system roles, and their grants and mappings. 

 

Uses of Person in oracle.iam.rm.inherent.personnel

 

Methods in oracle.iam.rm.inherent.personnel that return Person
 Person InteractivePersonnelManager.createPerson()
          Creates a person with the system defaults.
 Person InteractivePersonnelManager.getEditablePerson(ObjectKey objectKey)
          Gets the person identified by the provided object key if the person is editable.
 Person PersonnelManager.getPerson(ObjectKey objectKey)
          Gets the person identified by the provided key.

 

Uses of Person in oracle.iam.rm.inherent.role

 

Methods in oracle.iam.rm.inherent.role that return Person
 Person RoleManager.findRoleOwner(Role role)
          Gets the owner of the provided role.

 

Methods in oracle.iam.rm.inherent.role with parameters of type Person
 void InteractiveRoleManager.assignRoleOwner(Role role, Person owner)
          Set the role's owner.

 


Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.