|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecisionType | |
|---|---|
| org.opensaml.xacml.ctx | |
| org.opensaml.xacml.ctx.impl | |
| Uses of DecisionType in org.opensaml.xacml.ctx |
|---|
| Methods in org.opensaml.xacml.ctx that return DecisionType | |
|---|---|
DecisionType |
ResultType.getDecision()
Returns the decision in the result. |
| Methods in org.opensaml.xacml.ctx with parameters of type DecisionType | |
|---|---|
void |
ResultType.setDecision(DecisionType newDecision)
Sets the decision in the result. |
| Uses of DecisionType in org.opensaml.xacml.ctx.impl |
|---|
| Classes in org.opensaml.xacml.ctx.impl that implement DecisionType | |
|---|---|
class |
DecisionTypeImpl
Concrete implementation of DecisionType. |
| Methods in org.opensaml.xacml.ctx.impl that return DecisionType | |
|---|---|
DecisionType |
DecisionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
DecisionType |
DecisionTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
DecisionType |
ResultTypeImpl.getDecision()
Returns the decision in the result. |
| Methods in org.opensaml.xacml.ctx.impl with parameters of type DecisionType | |
|---|---|
void |
ResultTypeImpl.setDecision(DecisionType decisionIn)
Sets the decision in the result. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||