Package | Description |
---|---|
org.jboss.security.xacml.core.model.policy |
Modifier and Type | Field and Description |
---|---|
protected EffectType |
RuleType.effect |
protected EffectType |
ObligationType.fulfillOn |
Modifier and Type | Method and Description |
---|---|
static EffectType |
EffectType.fromValue(String v) |
EffectType |
RuleType.getEffect()
Gets the value of the effect property.
|
EffectType |
ObligationType.getFulfillOn()
Gets the value of the fulfillOn property.
|
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 value)
Sets the value of the effect property.
|
void |
ObligationType.setFulfillOn(EffectType value)
Sets the value of the fulfillOn property.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.