Uses of Class
com.sun.identity.entitlement.ConditionDecision.Builder
Package
Description
Defines classes and interfaces to work with entitlements.
-
Uses of ConditionDecision.Builder in com.sun.identity.entitlement
Modifier and TypeMethodDescriptionstatic ConditionDecision.Builder
ConditionDecision.newBuilder
(boolean satisfied) New decision builder.static ConditionDecision.Builder
ConditionDecision.newFailureBuilder()
New builder representing a failure.static ConditionDecision.Builder
ConditionDecision.newSuccessBuilder()
New builder representing a satisfied.Sets the advice.ConditionDecision.Builder.setResponseAttributes
(Map<String, Set<String>> responseAttributes) Sets the response attributes.ConditionDecision.Builder.setTimeToLive
(long timeToLive) Sets the time to live.