public interface UserManagementClient extends ServiceClient
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(String userId,
String password,
boolean canCallServices,
UserProfile profile,
Attribute[] attributes) |
void |
deleteUser(String userId) |
Calendar |
getPasswordChangedDate(String userId) |
Attribute[] |
getUserAttributes(String userId,
String[] attributeNames) |
boolean |
getUserCanCallServices(String userId) |
String |
getUserDigestedPassword(String userId) |
String |
getUserPassword(String userId) |
UserProfile |
getUserProfile(String userId) |
void |
initialize() |
UserEntrySearchResult |
searchUsers(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders) |
UserEntrySearchResult |
searchUsersShouldChangePassword(int startIndex,
int maxCount,
int days,
Order[] orders) |
void |
setUserAttributes(String userId,
Attribute[] attributes) |
void |
setUserCanCallServices(String userId,
boolean canCallServices) |
void |
setUserPassword(String userId,
String password) |
void |
setUserProfile(String userId,
UserProfile profile) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdvoid initialize()
throws LangridException
LangridExceptionUserEntrySearchResult searchUsers(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws LangridException
LangridExceptionUserEntrySearchResult searchUsersShouldChangePassword(int startIndex, int maxCount, int days, Order[] orders) throws LangridException
LangridExceptionvoid addUser(String userId, String password, boolean canCallServices, UserProfile profile, Attribute[] attributes) throws LangridException
LangridExceptionvoid deleteUser(String userId) throws LangridException
LangridExceptionUserProfile getUserProfile(String userId) throws LangridException
LangridExceptionvoid setUserProfile(String userId, UserProfile profile) throws LangridException
LangridExceptionAttribute[] getUserAttributes(String userId, String[] attributeNames) throws LangridException
LangridExceptionvoid setUserAttributes(String userId, Attribute[] attributes) throws LangridException
LangridExceptionvoid setUserPassword(String userId, String password) throws LangridException
LangridExceptionCalendar getPasswordChangedDate(String userId) throws LangridException
LangridExceptionString getUserDigestedPassword(String userId) throws LangridException
LangridExceptionString getUserPassword(String userId) throws LangridException
LangridExceptionboolean getUserCanCallServices(String userId) throws LangridException
LangridExceptionvoid setUserCanCallServices(String userId, boolean canCallServices) throws LangridException
LangridException