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 PolicyRuleEntry

All Known Implementing Classes:
BasicPolicyRuleEntry

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.EffectType
          This 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

getCondition

RuleExpressionEntry<OpssBoolean> getCondition()
Get the condition of this rule.
Returns:
the condition of this rule

getEffect

PolicyRuleEntry.EffectType getEffect()
Get the effect of this rule.
Returns:
the effect of this rule

setCondition

void setCondition(RuleExpressionEntry<OpssBoolean> expression)
                  throws PolicyStoreException
Set condition of this rule.
Parameters:
expression - condition of this rule
Throws:
PolicyStoreException

setEffect

void setEffect(PolicyRuleEntry.EffectType effect)
               throws PolicyStoreException
Set effect of this rule
Parameters:
effect -
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 -

getUniqueName

@Deprecated
java.lang.String getUniqueName()
Deprecated. 
Return the unique name of this object.

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.