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, setUserId
void initialize() throws LangridException
LangridException
UserEntrySearchResult searchUsers(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws LangridException
LangridException
UserEntrySearchResult searchUsersShouldChangePassword(int startIndex, int maxCount, int days, Order[] orders) throws LangridException
LangridException
void addUser(String userId, String password, boolean canCallServices, UserProfile profile, Attribute[] attributes) throws LangridException
LangridException
void deleteUser(String userId) throws LangridException
LangridException
UserProfile getUserProfile(String userId) throws LangridException
LangridException
void setUserProfile(String userId, UserProfile profile) throws LangridException
LangridException
Attribute[] getUserAttributes(String userId, String[] attributeNames) throws LangridException
LangridException
void setUserAttributes(String userId, Attribute[] attributes) throws LangridException
LangridException
void setUserPassword(String userId, String password) throws LangridException
LangridException
Calendar getPasswordChangedDate(String userId) throws LangridException
LangridException
String getUserDigestedPassword(String userId) throws LangridException
LangridException
String getUserPassword(String userId) throws LangridException
LangridException
boolean getUserCanCallServices(String userId) throws LangridException
LangridException
void setUserCanCallServices(String userId, boolean canCallServices) throws LangridException
LangridException