com.sas.drugdev.remote.admin
Interface RemoteUser
- All Superinterfaces:
- User
- public interface RemoteUser
- extends User
Interface representing a user that lives on the server. It is immutable. If you
wish to change the properties on the server side, you must construct and instance of UserBean
to do so. Instances are created by the API and can't be constructed.
Method Summary |
java.util.Date |
getLastModifiedDate()
Get the date on which this was last modified. |
Methods inherited from interface com.sas.drugdev.remote.admin.User |
getAuthenticationProvider, getAuthenticationProviderUserId, getEmailAddress, getFirstName, getLastName, getPasswordReset, getPolicies, getProperties, getUserId, isActive, isRetired |
getLastModifiedDate
public java.util.Date getLastModifiedDate()
- Get the date on which this was last modified.
- Returns:
- The date on which this was last modified