public static final class ConditionDecision.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ConditionDecision |
build()
Builds the decision.
|
ConditionDecision.Builder |
setAdvice(Map<String,Set<String>> advice)
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.
|
public ConditionDecision.Builder setAdvice(Map<String,Set<String>> advice)
advice
- the advicepublic ConditionDecision.Builder setResponseAttributes(Map<String,Set<String>> responseAttributes)
responseAttributes
- the response attributespublic ConditionDecision.Builder setTimeToLive(long timeToLive)
timeToLive
- the time to livepublic ConditionDecision build()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.