Skip navigation links

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


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

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

 

Methods in oracle.iam.rm.inherent.role that return RoleGrant
 RoleGrant RoleManager.getRoleGrant(Role role, User user)
          Returns the RoleGrant instance for the specified role granted to the specified user or null if no such grant exists.
 RoleGrant InteractiveRoleManager.grantRole(Role role, User grantee, ResolutionEngine resolutionEngine)
          Creates a static role grant.

 

Methods in oracle.iam.rm.inherent.role with parameters of type RoleGrant
 java.util.List<SnapshotObject> RoleManager.getGrantSOCBindings(RoleGrant roleGrant)
          Returns a list of SnapshotObjects that represent the sphere of control for the role.
 boolean RoleManager.hasGrantSOCBinding(RoleGrant roleGrant, SnapshotObject socSubject)
          Returns a flag indicating whether a particular SOC has been associated to a role grant.
 SnapshotObject InteractiveRoleManager.setGrantSOCBinding(RoleGrant roleGrant, SnapshotObject objectInHierarchy)
          Creates a grant-SOC binding.

 

Uses of RoleGrant in oracle.iam.rm.resolution

 

Methods in oracle.iam.rm.resolution that return types with arguments of type RoleGrant
 java.util.List<RoleGrant> ResolutionEngine.getRoleGrants(SnapshotSession session, Role role)
          Returns a List of grants of the given role.

 


Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.