Uses of Interface
com.sun.identity.xacml.context.Decision
-
Packages that use Decision Package Description com.sun.identity.xacml.common Defines common XACML Utilities and Constantscom.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations. -
-
Uses of Decision in com.sun.identity.xacml.common
Methods in com.sun.identity.xacml.common with parameters of type Decision Modifier and Type Method Description static boolean
XACMLSDKUtils. isValidDecision(Decision decision)
-
Uses of Decision in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return Decision Modifier and Type Method Description Decision
ContextFactory. createDecision()
Returns a new instance ofDecision
.Decision
ContextFactory. createDecision(String xml)
Returns a new instance ofDecision
The return object is immutable.Decision
ContextFactory. createDecision(Element elem)
Returns a new instance ofDecision
.Decision
Result. getDecision()
Returns theDecision
of this objectMethods in com.sun.identity.xacml.context with parameters of type Decision Modifier and Type Method Description void
Result. setDecision(Decision decision)
Sets theDecision
of this object -
Uses of Decision in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement Decision Modifier and Type Class Description class
DecisionImpl
TheDecision
element is a container of one or moreDecision
s issued by policy decision point
-