Package | Description |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl |
Modifier and Type | Method and Description |
---|---|
DecisionType |
ResultType.getDecision()
Returns the decision in the result.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultType.setDecision(DecisionType newDecision)
Sets the decision in the result.
|
Modifier and Type | Class and Description |
---|---|
class |
DecisionTypeImpl
Concrete implementation of
DecisionType . |
Modifier and Type | Method and Description |
---|---|
DecisionType |
DecisionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
DecisionType |
DecisionTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
DecisionType |
ResultTypeImpl.getDecision()
Returns the decision in the result.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultTypeImpl.setDecision(DecisionType decisionIn)
Sets the decision in the result.
|
Copyright © 1999-2013. All Rights Reserved.