Skip navigation links

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


Uses of Interface
oracle.iam.rm.inherent.role.BusinessRole

Packages that use BusinessRole
oracle.iam.rm.inherent.role Provides the interfaces for business roles, approver roles, system roles, and their grants and mappings. 
oracle.iam.rm.resolution Provides the classes and interfaces for role resolution. 

 

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

 

Methods in oracle.iam.rm.inherent.role that return BusinessRole
 BusinessRole InteractiveRoleManager.createBusinessRole(java.lang.String displayName, java.lang.String membershipRuleXML, java.lang.String status)
          Creates a new business role.
 BusinessRole RoleManager.getBusinessRole(ObjectKey objectKey)
          Gets the BusinessRole identified by the provided object key.

 

Methods in oracle.iam.rm.inherent.role with parameters of type BusinessRole
 RoleMapping InteractiveRoleManager.createRoleMapping(BusinessRole businessRole, ITRole itRole)
          Maps the specified BusinessRole to the specified ITRole.
 java.util.List<ITRole> RoleManager.findMappedITRoles(BusinessRole businessRole)
          Returns a list of ITRoles that are mapped to the provided BusinessRole.

 

Uses of BusinessRole in oracle.iam.rm.resolution

 

Methods in oracle.iam.rm.resolution that return types with arguments of type BusinessRole
 java.util.List<BusinessRole> ResolutionEngine.getUsersBusinessRoles(SnapshotSession session, User user)
          Returns a list of the specified user's business roles

 

Methods in oracle.iam.rm.resolution with parameters of type BusinessRole
 boolean ResolutionEngine.hasBusinessRole(User user, BusinessRole role, SnapshotSession session)
          Indicates whether the specified person has the specified business role.

 


Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.