public interface Identity
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Get the raw attributes of the User.
|
java.lang.String |
getCountry()
Get the country of the user
|
java.lang.String |
getDisplayName()
Get the display name of the identity
|
java.lang.String |
getEmail()
Get the work email of the User.
|
java.lang.String |
getEmployeeNumber()
Get the user's employee number;
|
java.lang.String |
getFirstName()
Get the first name of the User.
|
java.lang.String |
getId()
Get the internal unique identifier.
|
java.lang.String |
getLastName()
Get the last name of the User.
|
java.lang.String |
getLifecycleState()
Get the current lifecycle state of the User.
|
java.lang.String |
getManagerId()
The internal ID of the manager for this User.
|
java.lang.String |
getManagerName()
Gets the name of the user's manager.
|
java.lang.String |
getName()
Get the internal name of the User.
|
java.lang.String |
getPersonalEmail()
Get the personal email of the User.
|
java.lang.String |
getPhone()
Get the phone of the User.
|
java.lang.String |
getUid()
Get the uid of the USer;
|
java.lang.String |
getWorkPhone()
Get the work phone of the User.
|
boolean |
isManager()
Check to see if the current user has reports and is a manager.
|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getId()
java.lang.String getFirstName()
java.lang.String getLastName()
java.lang.String getPhone()
java.lang.String getWorkPhone()
java.lang.String getPersonalEmail()
java.lang.String getEmail()
java.lang.String getLifecycleState()
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
java.lang.String getUid()
boolean isManager()
java.lang.String getManagerId()
java.lang.String getManagerName()
java.lang.String getCountry()
java.lang.String getEmployeeNumber()