Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


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.


Method Summary
 void addResourceActions(ResourceActionsEntry resAct)
          Add a ResourceActions.
 void deleteResourceActions(ResourceActionsEntry resAct)
          Remove 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.List<ResourceActionsEntry> getResourceActionsList()
          Get a list of ResourceActions.
 void setDescription(java.lang.String description)
          Set the description of this entry.
 void setDisplayName(java.lang.String displayName)
          Set the display name of this entry.

 

Method Detail

getResourceActionsList

java.util.List<ResourceActionsEntry> getResourceActionsList()
Get a list of ResourceActions. The returned List can't be used for modifying PermissionSetEntry
Returns:
a list of ResourceActions

addResourceActions

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

deleteResourceActions

void deleteResourceActions(ResourceActionsEntry resAct)
                           throws PolicyStoreException
Remove 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.

setDescription

void setDescription(java.lang.String description)
Set the description of this entry.
Parameters:
description -

setDisplayName

void setDisplayName(java.lang.String displayName)
Set the display name of this entry.
Parameters:
displayName -

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.