Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity
|
Modifier and Type | Method and Description |
---|---|
MappingRule |
MappingRule.withClaim(String claim)
The claim name that must be present in the token, for example, "isAdmin"
or "paid".
|
MappingRule |
MappingRule.withMatchType(MappingRuleMatchType matchType)
The match condition that specifies how closely the claim value in the IdP
token must match
Value . |
MappingRule |
MappingRule.withMatchType(String matchType)
The match condition that specifies how closely the claim value in the IdP
token must match
Value . |
MappingRule |
MappingRule.withRoleARN(String roleARN)
The role ARN.
|
MappingRule |
MappingRule.withValue(String value)
A brief string that the claim must match, for example, "paid" or "yes".
|
Modifier and Type | Method and Description |
---|---|
List<MappingRule> |
RulesConfigurationType.getRules()
An array of rules.
|
Modifier and Type | Method and Description |
---|---|
RulesConfigurationType |
RulesConfigurationType.withRules(MappingRule... rules)
An array of rules.
|
Modifier and Type | Method and Description |
---|---|
void |
RulesConfigurationType.setRules(Collection<MappingRule> rules)
An array of rules.
|
RulesConfigurationType |
RulesConfigurationType.withRules(Collection<MappingRule> rules)
An array of rules.
|
Copyright © 2019. All rights reserved.