com.unboundid.scim.data
Class Manager

java.lang.Object
  extended by com.unboundid.scim.data.Manager

public class Manager
extends Object

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

MANAGER_RESOLVER

public static final AttributeValueResolver<Manager> MANAGER_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values to/from Manager instances.

Constructor Detail

Manager

public Manager(String managerId,
               String displayName)
Creates a SCIM enterprise user extension 'manager' attribute. Any of the arguments may be null if they are not to be included.

Parameters:
managerId - The id of the SCIM resource representing the User's manager.
displayName - The displayName of the User's manager.
Method Detail

getDisplayName

public String getDisplayName()
Retrieves the displayName of the User's manager.

Returns:
The displayName of the User's manager.

setDisplayName

public void setDisplayName(String displayName)
Sets the displayName of the User's manager.

Parameters:
displayName - The displayName of the User's manager.

getManagerId

public String getManagerId()
Retrieves the id of the SCIM resource representing the User's manager.

Returns:
The id of the SCIM resource representing the User's manager.

setManagerId

public void setManagerId(String managerId)
Sets the id of the SCIM resource representing the User's manager.

Parameters:
managerId - The id of the SCIM resource representing the User's manager.

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2011-2012 UnboundID. All Rights Reserved.