|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyRuleEntry
This class represents policy rule, which is a component of a policy. One rule contains an effect and a condition.
| Nested Class Summary | |
|---|---|
static class |
PolicyRuleEntry.EffectTypeThis represents policy rule effect type. |
| Method Summary | |
|---|---|
RuleExpressionEntry<OpssBoolean> |
getCondition()Get the condition of this rule. |
java.lang.String |
getDescription()Get the description of the entity. |
java.lang.String |
getDisplayName()Returns the Display name. |
PolicyRuleEntry.EffectType |
getEffect()Get the effect of this rule. |
java.lang.String |
getName()Name of the entry. |
java.lang.String |
getUniqueName()Deprecated. |
void |
setCondition(RuleExpressionEntry<OpssBoolean> expression)Set condition of this rule. |
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. |
void |
setEffect(PolicyRuleEntry.EffectType effect)Set effect of this rule |
| Method Detail |
|---|
RuleExpressionEntry<OpssBoolean> getCondition()
PolicyRuleEntry.EffectType getEffect()
void setCondition(RuleExpressionEntry<OpssBoolean> expression)
throws PolicyStoreException
expression - condition of this rulePolicyStoreException
void setEffect(PolicyRuleEntry.EffectType effect)
throws PolicyStoreException
effect -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 -
@Deprecated
java.lang.String getUniqueName()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||