Uses of Class
com.authlete.common.types.ClaimRuleOperation
-
Packages that use ClaimRuleOperation Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of ClaimRuleOperation in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClaimRuleOperation Modifier and Type Method Description ClaimRuleOperation
ClaimRule. getOperation()
Get the operation that this rule will apply to any claims it processes.Methods in com.authlete.common.dto with parameters of type ClaimRuleOperation Modifier and Type Method Description ClaimRule
ClaimRule. setOperation(ClaimRuleOperation operation)
Set the operation that this rule will apply to any claims it processes. -
Uses of ClaimRuleOperation in com.authlete.common.types
Methods in com.authlete.common.types that return ClaimRuleOperation Modifier and Type Method Description static ClaimRuleOperation
ClaimRuleOperation. getByValue(short value)
Get the enum object with the given numerical value, ornull
if not found.static ClaimRuleOperation
ClaimRuleOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClaimRuleOperation[]
ClaimRuleOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-