Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.policystore.info.resource
Interface ResourceActionsEntry


public interface ResourceActionsEntry

An association between a Resource and a set of Actions that are valid for the Resource.

The set of actions for the Resource are a subset of the set of legal actions of the corresponding ResourceType.

To create an in-memory representation of a ResourceActionsEntry use InfoFactory.newResourceActionsEntry(ResourceEntry, java.util.Set).


Method Summary
 java.util.Set getActions()
          Get the actions.
 ResourceEntry getResourceEntry()
          Get the underlying Resource

 

Method Detail

getResourceEntry

ResourceEntry getResourceEntry()
Get the underlying Resource
Returns:
the ResourceEntry

getActions

java.util.Set getActions()
Get the actions.
Returns:
the actions

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.