public class SubjectDecision extends Object
EntitlementSubject
evaluation match result and - if applicable - its advices.Constructor and Description |
---|
SubjectDecision(boolean satisfied,
Map<Set> advices)
Constructs an instance of
SubjectDecision . |
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfied()
Whether this
SubjectDecision is satisfied. |
public SubjectDecision(boolean satisfied, Map<Set> advices)
SubjectDecision
.satisfied
- Result of this SubjectDecision
.advices
- advice map of this SubjectDecision
.public boolean isSatisfied()
SubjectDecision
is satisfied.true
if SubjectDecision
is fulfilled.Copyright © 2010-2014, ForgeRock All Rights Reserved.