Uses of Class
com.sun.identity.entitlement.ConditionDecision
Packages that use ConditionDecision
Package
Description
Defines classes and interfaces to work with entitlements.
Defines classes to handle entitlements.
-
Uses of ConditionDecision in com.sun.identity.entitlement
Methods in com.sun.identity.entitlement that return ConditionDecisionModifier and TypeMethodDescriptionConditionDecision.Builder.build()
Builds the decision.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 ConditionDecisionModifier and TypeMethodDescriptionvoid
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 ConditionDecisionModifier and TypeMethodDescriptionPrivilegeEvaluatorContext.getConditionDecisionCache()
Return the condition decision cache.