public interface IUserSummary extends IServerResource
IUserSummary objects are complete and neither refreshable nor updateable.
Modifier and Type | Interface and Description |
---|---|
static class |
IUserSummary.UserType
Describes the type (service or standard) of this user.
|
Modifier and Type | Method and Description |
---|---|
Date |
getAccess() |
String |
getEmail() |
String |
getFullName() |
String |
getLoginName() |
Date |
getPasswordChange()
Get the date the password associated with this summary user expires.
|
Date |
getTicketExpiration()
Get the date the ticket associated with this summary user expires.
|
IUserSummary.UserType |
getType()
Get the UserType associated with this user.
|
Date |
getUpdate() |
void |
setAccess(Date access) |
void |
setEmail(String email) |
void |
setFullName(String fullName) |
void |
setLoginName(String loginName) |
void |
setType(IUserSummary.UserType type)
Set the UserType associated with this user.
|
void |
setUpdate(Date update) |
canRefresh, canUpdate, refresh, setServer, update, update, update
String getLoginName()
void setLoginName(String loginName)
Date getUpdate()
void setUpdate(Date update)
Date getAccess()
void setAccess(Date access)
String getFullName()
void setFullName(String fullName)
String getEmail()
void setEmail(String email)
IUserSummary.UserType getType()
void setType(IUserSummary.UserType type)
Date getTicketExpiration()
This field will only be non-null if a) the user summary object it's a part of was retrieved using the IOptionsServer.getUsers method with the GetUsersOptions().setExtendedOutput option set to true; b) the caller was a super-user or admin; and, c) the Perforce server was 2011.1 or above. In all other cases the value of this field is either null or not reliable. This is a read-only field synthesized by the Perforce server, and can not be meaningfully set in the client.
Date getPasswordChange()
This field will only be non-null if a) the user summary object it's a part of was retrieved using the IOptionsServer.getUsers method with the GetUsersOptions().setExtendedOutput option set to true; b) the caller was a super-user or admin; and, c) the Perforce server was 2011.1 or above. In all other cases the value of this field is either null or not reliable. This is a read-only field synthesized by the Perforce server, and can not be meaningfully set in the client.
Copyright © 2017 Perforce Software. All Rights Reserved.