Uses of Class
com.authlete.common.dto.ClaimRule
-
Packages that use ClaimRule Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ClaimRule in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClaimRule Modifier and Type Method 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 isEQUALS
.ClaimRule
ClaimRule. setOperation(ClaimRuleOperation operation)
Set the operation that this rule will apply to any claims it processes.Methods in com.authlete.common.dto with parameters of type ClaimRule Modifier and Type Method Description AssertionProcessor
AssertionProcessor. setClaimRules(ClaimRule[] claimRules)
Set the claim rules that will be applied to any assertions processed by this processor.
-