| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<Manager> |
MANAGER_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Manager instances. |
| Constructor and Description |
|---|
Manager(String managerId,
String displayName)
Creates a SCIM enterprise user extension 'manager' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName()
Retrieves the displayName of the User's manager.
|
String |
getManagerId()
Retrieves the id of the SCIM resource representing the User's manager.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
Sets the displayName of the User's manager.
|
void |
setManagerId(String managerId)
Sets the id of the SCIM resource representing the User's manager.
|
String |
toString() |
public static final AttributeValueResolver<Manager> MANAGER_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from Manager instances.public Manager(String managerId, String displayName)
null if they are not to be included.managerId - The id of the SCIM resource representing the User's
manager.displayName - The displayName of the User's manager.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - The displayName of the User's manager.public String getManagerId()
public void setManagerId(String managerId)
managerId - The id of the SCIM resource representing the User's
manager.Copyright © 2011–2016 UnboundID. All rights reserved.