Skip navigation links

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


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

Packages that use SystemRole
oracle.iam.rm.inherent.resource Provides the interfaces for the privileges, permissions, resources, and their mappings to roles. 
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 SystemRole in oracle.iam.rm.inherent.resource

 

Methods in oracle.iam.rm.inherent.resource that return types with arguments of type SystemRole
 java.util.List<SystemRole> ResourceManager.getMappedRolesForPrivilege(Privilege privilege)
          Returns the list of system roles that are mapped to the specified privilege.

 

Methods in oracle.iam.rm.inherent.resource with parameters of type SystemRole
 SysRolePrivilegeMapping InteractiveResourceManager.createRolePrivilegeMapping(SystemRole role, Privilege privilege)
          Creates a SysRolePrivilegeMapping object with the provided system role and privilege.

 

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

 

Methods in oracle.iam.rm.inherent.role that return SystemRole
 SystemRole InteractiveRoleManager.createSystemRole(java.lang.String displayName, java.lang.String status)
          Creates a SystemRole.

 

Uses of SystemRole in oracle.iam.rm.resolution

 

Methods in oracle.iam.rm.resolution with parameters of type SystemRole
 boolean ResolutionEngine.hasSystemRole(User user, SystemRole role, SnapshotSession session)
          Indicates whether the specified user has the specified system role.

 


Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.