|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.Manager
public class Manager
The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the "id" attribute of another User
| Field Summary | |
|---|---|
static AttributeValueResolver<Manager> |
MANAGER_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values
to/from Manager instances. |
| Constructor Summary | |
|---|---|
Manager(String managerId,
String displayName)
Creates a SCIM enterprise user extension 'manager' attribute. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AttributeValueResolver<Manager> MANAGER_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from Manager instances.
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||