|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 1 (11.1.1) E22649-02 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObligationEntry
This class represents obligation used in advanced policy. Obligation means an operation specified in a policy that should be performed by the PEP in conjunction with the enforcement of an authorization decision. The <Obligation> element SHALL contain an identifier for the obligation and a set of attributes that form arguments of the action defined by the obligation. The FulfillOn attribute SHALL indicate the effect for which this obligation must be fulfilled by the PEP.
| Method Summary | |
|---|---|
void |
addAttributeAssignment(AttributeAssignment<? extends DataType> attribute)add attribute assignment to the obligation |
void |
deleteAttributeAssignment(java.lang.String name)delete attribute assignment from the obligation |
java.util.List<AttributeAssignment<? extends DataType>> |
getAttributeAssignments()get the attribute assignments of the obligation. |
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. |
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 |
|---|
java.util.List<AttributeAssignment<? extends DataType>> getAttributeAssignments()
void addAttributeAssignment(AttributeAssignment<? extends DataType> attribute)
throws PolicyStoreException
attribute -PolicyStoreException
void deleteAttributeAssignment(java.lang.String name)
throws PolicyStoreException
name -PolicyStoreExceptionjava.lang.String getDescription()
java.lang.String getDisplayName()
java.lang.String getName()
void setDescription(java.lang.String description)
description -void setDisplayName(java.lang.String displayName)
displayName -
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 1 (11.1.1) E22649-02 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||