public interface UserClient
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method deletes the user.
|
void |
deleteExtension()
This method deletes the schema-extension properties of the user.
|
void |
expirePassword()
This method makes the users password expire.
|
List<AclReferenceType> |
getACLs()
This method returns the ACLs currently set on the user.
|
Map<String,PropertyType> |
getExtension()
This method returns the schema-extension properties of the user.
|
Date |
getPasswordExpiration()
This method gets the date when the users password will expire or null if the password never expires.
|
UserType |
load()
This method loads the user entity from the user management system.
|
void |
setExtension(Map<String,PropertyType> extension)
This method sets the schema-extension properties of the user.
|
void |
undelete()
This method un-deletes the user.
|
void |
update(UserPropertiesType properties)
This method updates the referenced user with the given properties.
|
void |
updatePassword(String password)
This method updates the password of the user.
|
void delete() throws EcmException
EcmException
- indicates that a system exception occurredvoid undelete() throws EcmException
EcmException
- indicates that a system exception occurredUserType load() throws EcmException
EcmException
- indicates that a system exception occurredvoid update(UserPropertiesType properties) throws EcmException
properties
- the properties to changeEcmException
- indicates that a system exception occurredvoid updatePassword(String password) throws EcmException
password
- the password of the userEcmException
- indicates that a system exception occurredDate getPasswordExpiration() throws EcmException
EcmException
void expirePassword() throws EcmException
EcmException
void setExtension(Map<String,PropertyType> extension) throws EcmException
extension
- schema-extension propertiesEcmException
- when the schema-extension properties could not be setMap<String,PropertyType> getExtension() throws EcmException
EcmException
- when the schema-extension properties could not be loadedvoid deleteExtension() throws EcmException
EcmException
- when the schema-extension properties could not be deletedList<AclReferenceType> getACLs() throws EcmException
EcmException
- when loading the ACLs failedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.