| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ClaimRuleOperation |
ClaimRule.getOperation()
Get the operation that this rule will apply to any claims it processes.
|
| Modifier and Type | Method and Description |
|---|---|
ClaimRule |
ClaimRule.setOperation(ClaimRuleOperation operation)
Set the operation that this rule will apply to any claims it processes.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimRuleOperation |
ClaimRuleOperation.getByValue(short value)
Get the enum object with the given numerical value, or
null 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.
|
Copyright © 2019. All rights reserved.