Skip navigation links

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

E14650-06


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.
 java.lang.String getResourceType()
          Returns the resource type name of the resourceActionsEntry object.

 

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

getResourceType

java.lang.String getResourceType()
Returns the resource type name of the resourceActionsEntry object. If the ResourceActionsEntry contains ResourceConstraint, the method returns null.
Returns:
resource type name

Skip navigation links

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

E14650-06


Copyright © 2013 Oracle. All rights reserved.