| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityproviders |
| Modifier and Type | Method and Description |
|---|---|
AttributeMappings.Builder |
AttributeMappings.Builder.addAllExternalGroups(Iterable<String> elements)
Adds elements to
externalGroups list. |
static AttributeMappings.Builder |
AttributeMappings.builder()
Creates a builder for
AttributeMappings. |
AttributeMappings.Builder |
AttributeMappings.Builder.email(String email)
Initializes the value for the
email attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.externalGroup(String... elements)
Adds elements to
externalGroups list. |
AttributeMappings.Builder |
AttributeMappings.Builder.externalGroup(String element)
Adds one element to
externalGroups list. |
AttributeMappings.Builder |
AttributeMappings.Builder.externalGroups(Iterable<String> elements)
Sets or replaces all elements for
externalGroups list. |
AttributeMappings.Builder |
AttributeMappings.Builder.familyName(String familyName)
Initializes the value for the
familyName attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.firstName(String firstName)
Initializes the value for the
firstName attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.from(AttributeMappings instance)
Fill a builder with attribute values from the provided
AttributeMappings instance. |
AttributeMappings.Builder |
AttributeMappings.Builder.givenName(String givenName)
Initializes the value for the
givenName attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.phoneNumber(String phoneNumber)
Initializes the value for the
phoneNumber attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.