public class DecisionResult extends DecisionResultCollector
Decision.Effect| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
error |
protected List<Result> |
results |
| Constructor and Description |
|---|
DecisionResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
completed() |
Throwable |
getError() |
List<Result> |
getResults() |
protected void |
onComplete(List<Result> results) |
void |
onError(Throwable cause) |
onComplete, onDecision, onDeny, onGrantprotected void onComplete(List<Result> results)
onComplete in class DecisionResultCollectorpublic void onError(Throwable cause)
public boolean completed()
public Throwable getError()
Copyright © 2018 JBoss by Red Hat. All rights reserved.