@Generated(value={"Immutables.generator","_AttributeMappings"}) public final class AttributeMappings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMappings.Builder
Builds instances of type
AttributeMappings. |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMappings.Builder |
builder()
Creates a builder for
AttributeMappings. |
boolean |
equals(Object another)
This instance is equal to all instances of
AttributeMappings that have equal attribute values. |
String |
getEmail()
Map email to the attribute for email in the provider assertion.
|
List<String> |
getExternalGroups()
Map external_groups to the attribute for groups in the provider assertion (can be a list or a string).
|
String |
getFamilyName()
Map family_name to the attribute for family name in the provider assertion.
|
String |
getFirstName()
Map first_name to the attribute for fist name in the provider assertion.
|
String |
getGivenName()
Map given_name to the attribute for given name in the provider assertion.
|
String |
getPhoneNumber()
Map phone_number to the attribute for phone number in the provider assertion.
|
int |
hashCode()
Computes a hash code from attributes:
email, externalGroups, familyName, firstName, givenName, phoneNumber. |
String |
toString()
Prints the immutable value
AttributeMappings with attribute values. |
public String getEmail()
public List<String> getExternalGroups()
public String getFamilyName()
public String getFirstName()
public String getGivenName()
public String getPhoneNumber()
public boolean equals(Object another)
AttributeMappings that have equal attribute values.public int hashCode()
email, externalGroups, familyName, firstName, givenName, phoneNumber.public String toString()
AttributeMappings with attribute values.public static AttributeMappings.Builder builder()
AttributeMappings.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.