| Modifier and Type | Method and Description |
|---|---|
protected Set<JCRGroupNode> |
FindUsersAndGroups.searchGroups(String queryTerm,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FindUsersAndGroupsInAcl.groupMatches(JCRGroupNode group,
Pattern pattern) |
protected org.json.JSONObject |
FindUsersAndGroups.toJSON(JCRGroupNode group) |
| Modifier and Type | Method and Description |
|---|---|
static Set<JCRGroupNode> |
PrincipalViewHelper.getGroupSearchResult(javax.servlet.ServletRequest request,
String siteKey)
Get the group search result from the parameter form given by the request.
|
static Set<JCRGroupNode> |
PrincipalViewHelper.getGroupSearchResult(String searchIn,
String siteKey,
String searchString,
String[] searchInProps,
String storedOn,
String[] providers) |
static Set<JCRGroupNode> |
PrincipalViewHelper.getGroupSearchResult(String searchIn,
String siteKey,
String searchString,
String[] searchInProps,
String storedOn,
String[] providers,
boolean includeGlobalUsers) |
| Constructor and Description |
|---|
GroupNodeMembers(JCRGroupNode group) |
| Constructor and Description |
|---|
Group(JCRGroupNode group) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.createTaskForGroup(Task task,
JCRGroupNode group) |
| Modifier and Type | Method and Description |
|---|---|
JCRGroupNode |
JahiaGroupManagerService.createGroup(String siteKey,
String name,
Properties properties,
boolean hidden,
JCRSessionWrapper session)
Create a new group in the system.
|
JCRGroupNode |
JahiaGroupManagerService.getAdministratorGroup(String siteKey)
Get administrator or site administrator group
|
JCRGroupNode |
JahiaGroupManagerService.getAdministratorGroup(String siteKey,
JCRSessionWrapper session)
Get administrator or site administrator group
|
JCRGroupNode |
JahiaGroupManagerService.lookupGroup(String groupPath)
Deprecated.
use lookupGroupByPath() instead
|
JCRGroupNode |
JahiaGroupManagerService.lookupGroup(String siteKey,
String name)
Lookup the group information from the underlaying system (DB, LDAP, ...
|
JCRGroupNode |
JahiaGroupManagerService.lookupGroup(String siteKey,
String name,
JCRSessionWrapper session)
Lookup the group information from the underlaying system (DB, LDAP, ...
|
JCRGroupNode |
JahiaGroupManagerService.lookupGroupByPath(String groupPath)
Lookup the group information from the underlying system (DB, LDAP, ...
|
JCRGroupNode |
JahiaGroupManagerService.lookupGroupByPath(String groupPath,
JCRSessionWrapper session)
Lookup the group information from the underlaying system (DB, LDAP, ...
|
| Modifier and Type | Method and Description |
|---|---|
Set<JCRGroupNode> |
JahiaGroupManagerService.searchGroups(String siteKey,
Properties searchCriterias)
Find groups according to a table of name=value properties.
|
Set<JCRGroupNode> |
JahiaGroupManagerService.searchGroups(String siteKey,
Properties searchCriterias,
JCRSessionWrapper session)
Find groups according to a table of name=value properties.
|
Set<JCRGroupNode> |
JahiaGroupManagerService.searchGroups(String siteKey,
Properties searchCriterias,
String[] providers)
Find groups according to a table of name=value properties.
|
Set<JCRGroupNode> |
JahiaGroupManagerService.searchGroups(String siteKey,
Properties searchCriterias,
String[] providers,
boolean excludeProtected,
JCRSessionWrapper session) |
Set<JCRGroupNode> |
JahiaGroupManagerService.searchGroups(String siteKey,
Properties searchCriterias,
String[] providers,
JCRSessionWrapper session)
Find groups according to a table of name=value properties.
|
Set<JCRGroupNode> |
JahiaGroupManagerService.searchGroups(String siteKey,
Properties searchCriterias,
String providerKey,
boolean excludeProtected,
JCRSessionWrapper session) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.