Uses of Class
com.sun.identity.entitlement.ConditionDecision
-
Packages that use ConditionDecision Package Description com.sun.identity.entitlement Defines classes and interfaces to work with entitlements.org.forgerock.openam.entitlement Defines classes to handle entitlements. -
-
Uses of ConditionDecision in com.sun.identity.entitlement
Methods in com.sun.identity.entitlement that return ConditionDecision Modifier and Type Method Description ConditionDecision
ConditionDecision.Builder. build()
Builds the decision.ConditionDecision
EntitlementCondition. evaluate(String realm, Subject subject, String resourceName, Map<String,Set<String>> environment)
Returns condition decision.Methods in com.sun.identity.entitlement with parameters of type ConditionDecision Modifier and Type Method Description void
ConditionDecision. addAdvices(ConditionDecision decision)
Deprecated. -
Uses of ConditionDecision in org.forgerock.openam.entitlement
Methods in org.forgerock.openam.entitlement that return types with arguments of type ConditionDecision Modifier and Type Method Description Map<String,ConditionDecision>
PrivilegeEvaluatorContext. getConditionDecisionCache()
Return the condition decision cache.
-