public class FindUsersAndGroups extends FindUser
BaseFindController.PropertyFilter| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
groupDisplayProperties |
protected Set<String> |
groupSearchProperties |
displayProperties, searchProperties, userServicedefaultLimit, disabled, hardLimit| Constructor and Description |
|---|
FindUsersAndGroups() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFindUsersAndGroupsServletPath() |
protected String |
getSiteKey(javax.servlet.http.HttpServletRequest request) |
protected Set<JCRNodeWrapper> |
search(String queryTerm,
javax.servlet.http.HttpServletRequest request) |
protected Set<JCRGroupNode> |
searchGroups(String queryTerm,
javax.servlet.http.HttpServletRequest request) |
void |
setGroupDisplayProperties(Set<String> groupDisplayProperties) |
void |
setGroupSearchProperties(Set<String> groupSearchProperties) |
void |
setJahiaGroupManagerService(JahiaGroupManagerService groupService) |
protected org.json.JSONObject |
toJSON(JCRGroupNode group) |
protected org.json.JSONObject |
toJSON(JCRNodeWrapper principal) |
protected org.json.JSONObject |
toJSON(JCRUserNode user) |
buildSearchCriteria, getFindUserServletPath, handle, searchUsers, setDisplayProperties, setJahiaUserManagerService, setSearchProperties, sortResults, writeResultshandleRequest, setDefaultLimit, setDisabled, setHardLimitcheckUserAuthorized, checkUserAuthorized, checkUserLoggedIn, getCurrentUser, getIntParameter, getIntParameter, getParameter, getParameter, getRequiredPermission, isRequireAuthenticatedUser, isUserGuest, setRequireAuthenticatedUser, setRequiredPermissionpublic static String getFindUsersAndGroupsServletPath()
protected String getSiteKey(javax.servlet.http.HttpServletRequest request)
protected Set<JCRNodeWrapper> search(String queryTerm, javax.servlet.http.HttpServletRequest request)
protected Set<JCRGroupNode> searchGroups(String queryTerm, javax.servlet.http.HttpServletRequest request)
public void setJahiaGroupManagerService(JahiaGroupManagerService groupService)
protected org.json.JSONObject toJSON(JCRGroupNode group) throws org.json.JSONException
org.json.JSONExceptionprotected org.json.JSONObject toJSON(JCRUserNode user) throws org.json.JSONException
protected org.json.JSONObject toJSON(JCRNodeWrapper principal) throws org.json.JSONException
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.