Package | Description |
---|---|
org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
Modifier and Type | Method and Description |
---|---|
EffectType |
RuleType.getEffect()
Gets the effect of the rule.
|
EffectType |
ObligationType.getFulfillOn()
Gets the fulfill on effect.
|
static EffectType |
EffectType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleType.setEffect(EffectType type)
Sets the effect of the rule.
|
void |
ObligationType.setFulfillOn(EffectType type)
Sets fulfill on effect.
|
Modifier and Type | Method and Description |
---|---|
EffectType |
RuleTypeImpl.getEffect()
Gets the effect of the rule.
|
EffectType |
ObligationTypeImpl.getFulfillOn()
Gets the fulfill on effect.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleTypeImpl.setEffect(EffectType type)
Sets the effect of the rule.
|
void |
ObligationTypeImpl.setFulfillOn(EffectType newFulfillOn)
Sets fulfill on effect.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.