| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityproviders |
| Modifier and Type | Method and Description |
|---|---|
AttributeMappings |
AttributeMappings.Builder.build()
Builds a new
AttributeMappings. |
AttributeMappings |
OpenIdConnectConfiguration.getAttributeMappings() |
AttributeMappings |
LdapConfiguration.getAttributeMappings() |
AttributeMappings |
SamlConfiguration.getAttributeMappings() |
AttributeMappings |
KeystoneConfiguration.getAttributeMappings() |
AttributeMappings |
OAuth2Configuration.getAttributeMappings() |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
KeystoneConfiguration.Builder |
KeystoneConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.from(AttributeMappings instance)
Fill a builder with attribute values from the provided
AttributeMappings instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.