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 booleanXACMLSDKUtils. 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 DecisionContextFactory. createDecision()Returns a new instance ofDecision.DecisionContextFactory. createDecision(String xml)Returns a new instance ofDecisionThe return object is immutable.DecisionContextFactory. createDecision(Element elem)Returns a new instance ofDecision.DecisionResult. getDecision()Returns theDecisionof this objectMethods in com.sun.identity.xacml.context with parameters of type Decision Modifier and Type Method Description voidResult. setDecision(Decision decision)Sets theDecisionof 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 classDecisionImplTheDecisionelement is a container of one or moreDecisions issued by policy decision point
-