public class RulesConfigurationType extends Object implements Serializable
A container for rules.
| Constructor and Description |
|---|
RulesConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<MappingRule> |
getRules()
An array of rules.
|
int |
hashCode() |
void |
setRules(Collection<MappingRule> rules)
An array of rules.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RulesConfigurationType |
withRules(Collection<MappingRule> rules)
An array of rules.
|
RulesConfigurationType |
withRules(MappingRule... rules)
An array of rules.
|
public List<MappingRule> getRules()
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
public void setRules(Collection<MappingRule> rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
rules - An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
public RulesConfigurationType withRules(MappingRule... rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
Returns a reference to this object so that method calls can be chained together.
rules - An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
public RulesConfigurationType withRules(Collection<MappingRule> rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
Returns a reference to this object so that method calls can be chained together.
rules - An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.