Skip navigation links

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

E14650-04


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


public interface ResourceActionsEntry

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

In a particular ResourceActionsEntry, users can only specify one of ResourceEntry, ResourceNameExpression

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


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

 

Method Detail

getResourceEntry

ResourceEntry getResourceEntry()
Get the underlying Resource. If the type is not RESOURCE, return null.
Returns:
the ResourceEntry

getActions

java.util.Set<java.lang.String> 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-04


Copyright © 2011, Oracle. All rights reserved.