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 |
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)
Creates an XMLObject with a given fully qualified name.
|
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 © 2019. All rights reserved.