Interface UserContextClient
-
- All Superinterfaces:
UserClient
- All Known Implementing Classes:
UserContextClientImpl
public interface UserContextClient extends UserClient
In addition to the functionality of theUserClient
this client also provides information about the user context.- Author:
- jschwarz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.lexmark.saperion.administration.UserContextType
getUserContext()
This method returns the users context.-
Methods inherited from interface com.lexmark.saperion.client.administration.UserClient
delete, deleteExtension, expirePassword, getACLs, getExtension, getPasswordExpiration, getSchemaExtension, load, setExtension, setSchemaExtension, undelete, update, updatePassword
-
-