Skip navigation links

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


Package oracle.iam.rm.inherent.resource

Provides the interfaces for the privileges, permissions, resources, and their mappings to roles.

See:
          Description

Interface Summary
InteractiveResourceManager An interface used to create secutiry objects such as resources, permissions, and privileges.
ITPrivilege This interface represents a privilege that resides in an external system.
ITRolePrivilegeMapping A mapping between an ITRole and an ITPrivilege, indicating that having the ITRole gives you the ITPrivilege.
Permission A system permission.
PermissionAssociation This interface represents an association between a permission and a resource type, for example between resources of type person and permission manage.
Privilege This interface represents a system privilege, which is an association between a resource (for example, person) and a permission representing operations that might be performed on that resource (for example, manage), In order for the privilege to be exercised by a user, the privilege must be mapped to at least one role of which the useris either a member or elibible to be granted the role.
Resource This interface represents a system resource, such as a business operation within Oracle Role Manager.
ResourceManager A read-only interface to search for security objects in the database.
ResourceType Interface representing a type of entity access to which needs to be restricted by the authorization subsystem.
SysRolePrivilegeMapping A mapping between a SystemRole and a SystemPrivilege, indicating that having the SystemRole gives you the SystemPrivilege.

 

Package oracle.iam.rm.inherent.resource Description

Provides the interfaces for the privileges, permissions, resources, and their mappings to roles.


Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.