Package com.sun.identity.entitlement
Class SubjectDecision
java.lang.Object
com.sun.identity.entitlement.SubjectDecision
Class to represent
EntitlementSubject evaluation match result and - if applicable - its advices.-
Constructor Summary
ConstructorsConstructorDescriptionSubjectDecision(boolean satisfied, Map<String, Set<String>> advices) Constructs an instance ofSubjectDecision. -
Method Summary
Modifier and TypeMethodDescriptionAdvices associated with thisSubjectDecision.booleanWhether thisSubjectDecisionis satisfied.
-
Constructor Details
-
SubjectDecision
Constructs an instance ofSubjectDecision.- Parameters:
satisfied- Result of thisSubjectDecision.advices- advice map of thisSubjectDecision.
-
-
Method Details
-
isSatisfied
public boolean isSatisfied()Whether thisSubjectDecisionis satisfied.- Returns:
trueifSubjectDecisionis fulfilled.
-
getAdvices
Advices associated with thisSubjectDecision.- Returns:
- advices of
ConditionDecision.
-