public class SubjectResult extends Object
ESubject
evaluationConstructor and Description |
---|
SubjectResult(boolean booleanResult,
String reason)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanResult()
Returns boolean result of the SubjectResult value
|
String |
getReason()
Returns reason for the SubjectResult value
|
public SubjectResult(boolean booleanResult, String reason)
booleanResult
- boolean result value of the SubjectResultreason
- reason for the resultpublic boolean getBooleanResult()
public String getReason()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.