Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


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

Packages that use ITRole
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 ITRole in oracle.iam.rm.inherent.role

 

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

 

Methods in oracle.iam.rm.inherent.role that return types with arguments of type ITRole
 java.util.List<ITRole> RoleManager.findMappedITRoles(BusinessRole businessRole)
          Returns a list of ITRoles that are mapped to the provided BusinessRole.

 

Methods in oracle.iam.rm.inherent.role with parameters of type ITRole
 RoleMapping InteractiveRoleManager.createRoleMapping(BusinessRole businessRole, ITRole itRole)
          Maps the specified BusinessRole to the specified ITRole.

 

Uses of ITRole in oracle.iam.rm.resolution

 

Methods in oracle.iam.rm.resolution with parameters of type ITRole
 boolean ResolutionEngine.hasITRole(User user, ITRole role, boolean includeMappedITRoles, SnapshotSession session)
          Indicates whether the specifed user has the specified IT role.
 boolean ResolutionEngine.hasITRole(User user, ITRole role, SnapshotSession session)
          Indicates whether the specififed user has the specified IT role, either through a direct role grant or through business role mapping.

 


Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.