| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<Name> |
NAME_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Name instances. |
| Constructor and Description |
|---|
Name(String formatted,
String familyName,
String middleName,
String givenName,
String honorificPrefix,
String honorificSuffix)
Creates a SCIM core user 'name' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFamilyName()
Retrieves the family name of the User, or "Last Name" in most Western
languages.
|
String |
getFormatted()
Retrieves the full name, including all middle names, titles, and
suffixes as appropriate, formatted for display.
|
String |
getGivenName()
Retrieves the given name of the User, or "First Name" in most Western
languages.
|
String |
getHonorificPrefix()
Retrieves the honorific prefix(es) of the User, or "Title" in most Western
languages.
|
String |
getHonorificSuffix()
Retrieves the honorific suffix(es) of the User, or "Suffix" in most
Western languages.
|
String |
getMiddleName()
Retrieves the middle name(s) of the User.
|
int |
hashCode() |
void |
setFamilyName(String familyName)
Sets the family name of the User, or "Last Name" in most Western
languages.
|
void |
setFormatted(String formatted)
Sets the full name, including all middle names, titles, and
suffixes as appropriate, formatted for display.
|
void |
setGivenName(String givenName)
Sets the given name of the User, or "First Name" in most Western
languages.
|
void |
setHonorificPrefix(String honorificPrefix)
Sets the honorific prefix(es) of the User, or "Title" in most Western
languages.
|
void |
setHonorificSuffix(String honorificSuffix)
Sets the honorific suffix(es) of the User, or "Suffix" in most
Western languages.
|
void |
setMiddleName(String middleName)
Retrieves the middle name(s) of the User.
|
String |
toString() |
public static final AttributeValueResolver<Name> NAME_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from Name instances.public Name(String formatted, String familyName, String middleName, String givenName, String honorificPrefix, String honorificSuffix)
null if they are not to be included.formatted - The The full name, including all middle names,
titles, and suffixes as appropriate, formatted
for display.familyName - The family name of the User, or "Last Name" in
most Western languages.givenName - The given name of the User, or "First Name" in
most Western languages.middleName - The middle name(s) of the User.honorificPrefix - The honorific prefix(es) of the User, or "Title"
in most Western languages.honorificSuffix - The honorifix suffix(es) of the User, or "Suffix"
in most Western languages.public String getFamilyName()
public void setFamilyName(String familyName)
familyName - The family name of the User, or "Last Name" in most
Western languages.public String getFormatted()
public void setFormatted(String formatted)
formatted - The full name, including all middle names, titles, and
suffixes as appropriate, formatted for display.public String getGivenName()
public void setGivenName(String givenName)
givenName - The given name of the User, or "First Name" in most
Western languages.public String getHonorificPrefix()
public void setHonorificPrefix(String honorificPrefix)
honorificPrefix - The honorific prefix(es) of the User, or "Title"
in most Western languages.public String getHonorificSuffix()
public void setHonorificSuffix(String honorificSuffix)
honorificSuffix - The honorific suffix(es) of the User, or "Suffix"
in most Western languages.public String getMiddleName()
public void setMiddleName(String middleName)
middleName - The middle name(s) of the User.Copyright © 2011–2016 UnboundID. All rights reserved.