public interface IUser
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkUser(String _user) |
Document |
externalAuthenticate(String token) |
List<String> |
getApplications() |
String |
getCurrentToken() |
String |
getEmail() |
Date |
getExpiry() |
String |
getFullName() |
String |
getGroup() |
List<String> |
getGroups() |
String |
getRemoteToken() |
Document |
getRights() |
ArrayList<IUser> |
getTeamUsers() |
boolean |
getTokenExpiryCheck() |
String |
getUserName() |
boolean |
isDeactivated() |
void |
removeUser(String userName) |
void |
resetPassword(String backlink) |
void |
sendPassword() |
void |
setRemoteToken(String t) |
void |
setRights(Document rights) |
Document |
toDocument() |
void |
updateAccount(String fullname2,
String encPassword,
String oldPassword,
String email2,
boolean isActive) |
void |
updateUser(Document user) |
void |
updateUser(String username2,
String fullname2,
String email2,
boolean admin,
boolean schema,
boolean isActive,
boolean isLocal,
boolean isLDAP,
List<String> groups) |
Document toDocument()
boolean checkUser(String _user)
void removeUser(String userName)
String getUserName()
String getFullName()
String getEmail()
String getGroup()
void resetPassword(String backlink)
void sendPassword()
boolean isDeactivated()
void updateAccount(String fullname2, String encPassword, String oldPassword, String email2, boolean isActive)
Date getExpiry()
String getCurrentToken()
boolean getTokenExpiryCheck()
String getRemoteToken()
void setRemoteToken(String t)
void updateUser(String username2, String fullname2, String email2, boolean admin, boolean schema, boolean isActive, boolean isLocal, boolean isLDAP, List<String> groups)
username2 - fullname2 - email2 - admin - schema - isActive - isLocal - isLDAP - groups - Document getRights()
void setRights(Document rights)
void updateUser(Document user)
user - Copyright © 2021. All rights reserved.