public class ClaimRule extends Object
| Constructor and Description |
|---|
ClaimRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClaimName()
Get the name of the claim that this rule applies to.
|
String |
getComparisonValue()
Get the value to compare the claim value to, if the operation is
EQUALS. |
ClaimRuleOperation |
getOperation()
Get the operation that this rule will apply to any claims it processes.
|
ClaimRule |
setClaimName(String claimName)
Set the name of the claim that this rule applies to.
|
ClaimRule |
setComparisonValue(String comparisonValue)
Set the value to compare the claim value to, if the operation is
EQUALS. |
ClaimRule |
setOperation(ClaimRuleOperation operation)
Set the operation that this rule will apply to any claims it processes.
|
public ClaimRuleOperation getOperation()
public ClaimRule setOperation(ClaimRuleOperation operation)
operation - The operation.this object.public String getClaimName()
public ClaimRule setClaimName(String claimName)
claimName - The claim name.this object.public String getComparisonValue()
EQUALS. Values are compared based on their
serialization as strings.public ClaimRule setComparisonValue(String comparisonValue)
EQUALS. Values are compared based on their
serialization as strings.comparisonValue - The comparison value, as a string.this object.Copyright © 2019. All rights reserved.