Package | Description |
---|---|
org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
Modifier and Type | Method and Description |
---|---|
DecisionType.DECISION |
DecisionType.getDecision()
Gets the value of the decision.
|
static DecisionType.DECISION |
DecisionType.DECISION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionType.DECISION[] |
DecisionType.DECISION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionType.setDecision(DecisionType.DECISION decision)
Sets the value of the decision.
|
Modifier and Type | Method and Description |
---|---|
DecisionType.DECISION |
DecisionTypeImpl.getDecision()
Gets the value of the decision.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTypeImpl.setDecision(DecisionType.DECISION dec)
Sets the value of the decision.
|
Copyright © 2019. All rights reserved.