|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EffectType | |
|---|---|
| org.opensaml.xacml.policy | |
| org.opensaml.xacml.policy.impl | |
| Uses of EffectType in org.opensaml.xacml.policy |
|---|
| Methods in org.opensaml.xacml.policy that return EffectType | |
|---|---|
EffectType |
RuleType.getEffect()
Gets the effect of the rule. |
EffectType |
ObligationType.getFulfillOn()
Gets the fulfill on effect. |
static EffectType |
EffectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EffectType[] |
EffectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.opensaml.xacml.policy with parameters of type EffectType | |
|---|---|
void |
RuleType.setEffect(EffectType type)
Sets the effect of the rule. |
void |
ObligationType.setFulfillOn(EffectType type)
Sets fulfill on effect. |
| Uses of EffectType in org.opensaml.xacml.policy.impl |
|---|
| Methods in org.opensaml.xacml.policy.impl that return EffectType | |
|---|---|
EffectType |
RuleTypeImpl.getEffect()
Gets the effect of the rule. |
EffectType |
ObligationTypeImpl.getFulfillOn()
Gets the fulfill on effect. |
| Methods in org.opensaml.xacml.policy.impl with parameters of type EffectType | |
|---|---|
void |
RuleTypeImpl.setEffect(EffectType type)
Sets the effect of the rule. |
void |
ObligationTypeImpl.setFulfillOn(EffectType newFulfillOn)
Sets fulfill on effect. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||