Uses of Class
dev.vality.bouncer.decisions.InvalidContext
| Package | Description |
|---|---|
| dev.vality.bouncer.decisions |
-
Uses of InvalidContext in dev.vality.bouncer.decisions
Fields in dev.vality.bouncer.decisions declared as InvalidContext Modifier and Type Field Description InvalidContextArbiterSrv.Judge_result. ex3Methods in dev.vality.bouncer.decisions that return InvalidContext Modifier and Type Method Description InvalidContextInvalidContext. deepCopy()InvalidContextArbiterSrv.Judge_result. getEx3()Methods in dev.vality.bouncer.decisions with parameters of type InvalidContext Modifier and Type Method Description intInvalidContext. compareTo(InvalidContext other)booleanInvalidContext. equals(InvalidContext that)ArbiterSrv.Judge_resultArbiterSrv.Judge_result. setEx3(InvalidContext ex3)Methods in dev.vality.bouncer.decisions that throw InvalidContext Modifier and Type Method Description JudgementArbiterSrv.AsyncClient.Judge_call. getResult()JudgementArbiterSrv.Client. judge(String ruleset, Context ctx)JudgementArbiterSrv.Iface. judge(String ruleset, Context ctx)JudgementArbiterSrv.Client. recvJudge()Constructors in dev.vality.bouncer.decisions with parameters of type InvalidContext Constructor Description InvalidContext(InvalidContext other)Performs a deep copy on other.Judge_result(Judgement success, RulesetNotFound ex1, InvalidRuleset ex2, InvalidContext ex3)