Package | Description |
---|---|
com.sun.identity.xacml.common |
Defines common XACML Utilities and Constants
|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.context.impl |
Defines XACML Context implementations.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
XACMLSDKUtils.isValidDecision(Decision decision) |
Modifier and Type | Method and Description |
---|---|
Decision |
ContextFactory.createDecision()
Returns a new instance of
Decision . |
Decision |
ContextFactory.createDecision(Element elem)
Returns a new instance of
Decision . |
Decision |
ContextFactory.createDecision(String xml)
Returns a new instance of
Decision
The return object is immutable. |
Decision |
Result.getDecision()
Returns the
Decision of this object |
Modifier and Type | Method and Description |
---|---|
void |
Result.setDecision(Decision decision)
Sets the
Decision of this object |
Modifier and Type | Class and Description |
---|---|
class |
DecisionImpl
The
Decision element is a container of
one or more Decision s issued by policy decision point |
Copyright © 2010-2018, ForgeRock All Rights Reserved.