Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


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.


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.lang.String getPolicyDomainName()
          Name of the policy domain to which the entry belongs.
 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 -

getPolicyDomainName

java.lang.String getPolicyDomainName()
Name of the policy domain to which the entry belongs. It returns null, if the entry belongs to default policy domain.
Returns:
the name of the policy domain to which the entry belongs.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.