public class UserContextClientImpl extends UserClientImpl implements UserContextClient
UserContextClient
.Constructor and Description |
---|
UserContextClientImpl(com.lexmark.saperion.administration.UserManagementService userManagementService,
com.lexmark.saperion.administration.UserContextType userContext) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.administration.UserContextType |
getUserContext()
This method returns the users context.
|
com.lexmark.saperion.administration.UserType |
load()
This method loads the user entity from the user management system.
|
void |
update(com.lexmark.saperion.administration.UserPropertiesType properties)
This method updates the referenced user with the given properties.
|
delete, deleteExtension, expirePassword, getACLs, getPasswordExpiration, getSchemaExtension, setSchemaExtension, undelete, updatePassword
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, deleteExtension, expirePassword, getACLs, getExtension, getPasswordExpiration, getSchemaExtension, setExtension, setSchemaExtension, undelete, updatePassword
public UserContextClientImpl(com.lexmark.saperion.administration.UserManagementService userManagementService, com.lexmark.saperion.administration.UserContextType userContext)
public com.lexmark.saperion.administration.UserContextType getUserContext()
UserContextClient
getUserContext
in interface UserContextClient
public com.lexmark.saperion.administration.UserType load() throws com.lexmark.saperion.exceptions.runtime.ResourceNotFoundException, com.lexmark.saperion.exceptions.EcmException
UserClient
load
in interface UserClient
load
in class UserClientImpl
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredcom.lexmark.saperion.exceptions.runtime.ResourceNotFoundException
public void update(com.lexmark.saperion.administration.UserPropertiesType properties) throws com.lexmark.saperion.exceptions.EcmException
UserClient
update
in interface UserClient
update
in class UserClientImpl
properties
- the properties to changecom.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.