| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
ClaimRule[] |
AssertionProcessor.getClaimRules()
Get the claim rules that will be applied to any assertions processed by
this processor.
|
ClaimRule |
ClaimRule.setClaimName(String claimName)
Set the name of the claim that this rule applies to.
|
ClaimRule |
ClaimRule.setComparisonValue(String comparisonValue)
Set the value to compare the claim value to, if the operation is
EQUALS. |
ClaimRule |
ClaimRule.setOperation(ClaimRuleOperation operation)
Set the operation that this rule will apply to any claims it processes.
|
| Modifier and Type | Method and Description |
|---|---|
AssertionProcessor |
AssertionProcessor.setClaimRules(ClaimRule[] claimRules)
Set the claim rules that will be applied to any assertions processed by
this processor.
|
Copyright © 2019. All rights reserved.