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
Interface PermissionSetEntry

All Superinterfaces:
BaseEntry

public interface PermissionSetEntry
extends BaseEntry

This interface represents a PermissionSet.

A PermissionSet consists of a set of ResourceActionsEntry objects.

To create an in-memory representation of PermissionSetEntry use InfoFactory.newPermissionSet(String, String, String, java.util.Set)

To persist a PermissionSetEntry in the underlying policystore use PermissionSetManager.createPermissionSet(PermissionSetEntry).

To update, delete or query a PermissionSetEntry use PermissionSetManager.

The set of ResourceActions must hold valid resources and actions that are already persisted in the policystore.


Nested Class Summary
static class PermissionSetEntry.Properties
          Properties of a PermissionSet that can be modified.

 

Method Summary
 java.util.Set getResourceActions()
           

 

Methods inherited from interface oracle.security.jps.service.policystore.info.common.BaseEntry
getDescription, getDisplayName, getEntryReference, getGUID, getName, getParentApplication, getUniqueName

 

Method Detail

getResourceActions

java.util.Set getResourceActions()

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.