mitreid-connect
|
公開メンバ関数 | |
ClaimProcessingResult (Collection< Claim > unmatched) | |
ClaimProcessingResult (Policy matched) | |
boolean | isSatisfied () |
void | setSatisfied (boolean satisfied) |
Collection< Claim > | getUnmatched () |
void | setUnmatched (Collection< Claim > unmatched) |
Policy | getMatched () |
void | setMatched (Policy matched) |
非公開変数類 | |
boolean | satisfied |
Collection< Claim > | unmatched |
Policy | matched |
Data shuttle to return results of the claims processing service.
|
inline |
Create an unmatched result. isSatisfied is false.
unmatched |
|
inline |
Create a matched result. isSatisfied is true.
matched |
|
inline |
|
inline |
|
inline |
|
inline |
matched | the matched to set |
|
inline |
satisfied | the satisfied to set |
|
inline |
unmatched | the unmatched to set |
|
private |
|
private |
|
private |