| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeMapping |
AttributeMapping.clone() |
AttributeMapping |
AttributeMapping.withCertificateField(CertificateField certificateField)
Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
|
AttributeMapping |
AttributeMapping.withCertificateField(String certificateField)
Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
|
AttributeMapping |
AttributeMapping.withMappingRules(Collection<MappingRule> mappingRules)
A list of mapping entries for every supported specifier or sub-field.
|
AttributeMapping |
AttributeMapping.withMappingRules(MappingRule... mappingRules)
A list of mapping entries for every supported specifier or sub-field.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeMapping> |
ProfileDetail.getAttributeMappings()
A mapping applied to the authenticating end-entity certificate.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileDetail |
ProfileDetail.withAttributeMappings(AttributeMapping... attributeMappings)
A mapping applied to the authenticating end-entity certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileDetail.setAttributeMappings(Collection<AttributeMapping> attributeMappings)
A mapping applied to the authenticating end-entity certificate.
|
ProfileDetail |
ProfileDetail.withAttributeMappings(Collection<AttributeMapping> attributeMappings)
A mapping applied to the authenticating end-entity certificate.
|
Copyright © 2024. All rights reserved.