|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TMUser
| Method Summary | |
|---|---|
java.lang.String |
getBusinessCalendarKey()
Retrieves the business Calendar Key. |
java.lang.String |
getCanonicalName()
Retrieves the canonical name of this principal. |
java.lang.String |
getCommonName()
Retrieves the common (display) name of this principal. |
java.lang.String |
getDescription()
Retrieves the description. |
java.util.Set |
getDirectGroupMemberships()
Retrieves a set of Group objects indicating those groups to which this principal directly belongs. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getDomainCommonName()
Retrieves the common (display) name of the domain associated with this principal. |
java.lang.String |
getDomainName()
Retrieves the canonical name of the domain associated with this principal. |
java.lang.String |
getEmail()
|
java.util.List |
getEmailAlias()
Retrieves a list of the secondary email addresses of the principal. |
java.lang.String |
getFamilyName()
Retrieves the family name. |
java.lang.String |
getGivenName()
Retrieves the given name. |
java.util.Set |
getGroupMemberships()
Retrieves a set of Group objects indicating those groups to which this principal belongs. |
java.lang.String |
getId()
|
java.lang.String |
getInitials()
Retrieves the initials. |
java.util.Locale |
getLocale()
Retrieves the locale. |
java.lang.String |
getLoginId()
|
java.lang.String |
getOid()
Retrieves the principal identifier. |
java.lang.String |
getOrg()
Retrieves the organization to which the principal belongs. |
java.lang.String |
getPostalAddress()
Retrieves the postal address. |
java.lang.String |
getPrincipalType()
Retrieves the principal type. |
java.util.Set |
getRoleMembership()
Retrieves a set of Role objects indicating those roles which this principal has. |
java.lang.String |
getStatus()
Retrieves the principal's status. |
java.lang.String |
getTelephone()
|
java.lang.String |
getTelephoneNumber()
Retrieves the telephone number. |
java.util.Date |
getTimestampCreated()
Retrieves the timestamp that was created for the principal. |
java.util.Date |
getTimestampUpdated()
Retrieves the timestamp that was updated for the principal. |
java.util.TimeZone |
getTimezone()
Retrieves the time zone. |
java.lang.String |
getUserid()
Retrieves the user identifier. |
int |
getVisibility()
Retrieves the visibility level of the principal, indicating whether the principal can be shown in the user interface, or whether it qualifies for searches. |
boolean |
isDisabled()
Determines whether the user is disabled. |
boolean |
isLocal()
Determines whether this principal is local. |
boolean |
isLocked()
Determines whether this principal is locked. |
boolean |
isOutOfOffice()
|
boolean |
isSystem()
Determines whether this is a system principal. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setEmailAliases(java.util.List emailAlias)
Sets the email aliases. |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getLoginId()
java.lang.String getDisplayName()
java.lang.String getEmail()
java.lang.String getTelephone()
boolean isOutOfOffice()
java.lang.String getUserid()
java.lang.String getFamilyName()
java.lang.String getGivenName()
java.lang.String getInitials()
java.util.Locale getLocale()
java.lang.String getPostalAddress()
java.lang.String getTelephoneNumber()
java.util.TimeZone getTimezone()
java.lang.String getBusinessCalendarKey()
boolean isDisabled()
true if the user is disabled, false otherwise.void setEmailAliases(java.util.List emailAlias)
emailAlias - A list of email aliases.java.lang.String getDescription()
java.util.Date getTimestampCreated()
java.util.Date getTimestampUpdated()
void setDescription(java.lang.String description)
description - The description.java.lang.String getCanonicalName()
{getCanonicalName(), getDomainName()} uniquely identifies the principal.
java.lang.String getCommonName()
java.lang.String getDomainName()
java.lang.String getDomainCommonName()
java.lang.String getOid()
java.lang.String getStatus()
java.util.List getEmailAlias()
java.util.Set getGroupMemberships()
Group objects indicating those groups to which this principal belongs.
null,
depending on the method that returned this object. For example, a search could omit this for efficiency.java.util.Set getDirectGroupMemberships()
Group objects indicating those groups to which this principal directly belongs.
This is a subset of those groups that would be returned by getGroupMemberships().
null,
depending on the method that returned this object. For example, a search could omit this for efficiency.java.util.Set getRoleMembership()
Role objects indicating those roles which this principal has.
The roles returned are either directly assigned or inherited by the principal from its ancestors.
null,
depending on the method that returned this object. For example, a search could omit this for efficiency.int getVisibility()
VISIBLITY_GUI.java.lang.String getPrincipalType()
java.lang.String getOrg()
boolean isSystem()
true if this is a system principal, false otherwise.boolean isLocal()
true if this principal is local, false otherwise.boolean isLocked()
true if the principal is locked, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||