Skip navigation links

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

E22649-02 ESAPI


Uses of Class
oracle.security.jps.service.policystore.info.PolicyRuleEntry.EffectType

Packages that use PolicyRuleEntry.EffectType
oracle.security.jps.service.policystore.info   

 

Uses of PolicyRuleEntry.EffectType in oracle.security.jps.service.policystore.info

 

Methods in oracle.security.jps.service.policystore.info that return PolicyRuleEntry.EffectType
 PolicyRuleEntry.EffectType BasicPolicyRuleEntry.getEffect()
          Gets effect of the rule
 PolicyRuleEntry.EffectType PolicyRuleEntry.getEffect()
          Get the effect of this rule.
static PolicyRuleEntry.EffectType PolicyRuleEntry.EffectType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PolicyRuleEntry.EffectType[] PolicyRuleEntry.EffectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.security.jps.service.policystore.info with parameters of type PolicyRuleEntry.EffectType
 void BasicPolicyRuleEntry.setEffect(PolicyRuleEntry.EffectType effect)
          Sets effect of the rule
 void PolicyRuleEntry.setEffect(PolicyRuleEntry.EffectType effect)
          Set effect of this rule

 

Constructors in oracle.security.jps.service.policystore.info with parameters of type PolicyRuleEntry.EffectType
BasicPolicyRuleEntry(java.lang.String name, java.lang.String displayName, java.lang.String description, PolicyRuleEntry.EffectType effect, RuleExpressionEntry<OpssBoolean> condition)
          Constructor

 


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.