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


public interface PermissionSetEntry

A representation of a PermissionSet in policystore.

A PermissionSet is a collection of one or more resource-actions pairs and is also referred to as an Entitlement Set.

A PermissionSet consists of a set of ResourceActionsEntry objects.

A PermissionSet is managed by a PermissionSetManager.

Note: This interface is defined as a mechanism to exchange information only. The consumer must not implement this interface. Rather, the consumer should rely upon the existing public classes that implement this interface.


Nested Class Summary
static class PermissionSetEntry.Properties
          Deprecated. 

 

Method Summary
 void addResourceActions(ResourceActionsEntry resAct)
          Add a ResourceActions.
 java.lang.String getDescription()
          Get the description of the entity.
 java.lang.String getDisplayName()
          Returns the Display name.
 java.lang.String getName()
          Name of the entry.
 java.util.Set<ResourceActionsEntry> getResourceActions()
          Get the set of Resource-Actions.

 

Method Detail

getResourceActions

java.util.Set<ResourceActionsEntry> getResourceActions()
Get the set of Resource-Actions.
Returns:
the resource-actions set.

addResourceActions

void addResourceActions(ResourceActionsEntry resAct)
                        throws PolicyStoreException
Add a ResourceActions.
Parameters:
resAct - a ResourceActions entry
Throws:
PolicyStoreException

getDescription

java.lang.String getDescription()
Get the description of the entity.
Returns:
the description of the entity.

getDisplayName

java.lang.String getDisplayName()
Returns the Display name.
Returns:
the display name.

getName

java.lang.String getName()
Name of the entry.
Returns:
the name of the entry.

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.