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


public interface PermissionSetEntry

This interface represents a PermissionSet.

A PermissionSet consists of a set of ResourceActionsEntry objects.

A PermissionSet is managed by a PermissionSetManager.


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-04


Copyright © 2011, Oracle. All rights reserved.