Page<DirectoryGroup> |
UserPermissionAdminServiceImpl.findGroups(int start,
int limit) |
Page<DirectoryGroup> |
UserPermissionAdminService.findGroups(int start,
int limit)
List all groups that the Crowd console application can see.
|
Page<DirectoryGroup> |
UserPermissionAdminServiceImpl.findGroupsByPrefix(String prefix,
int start,
int limit) |
Page<DirectoryGroup> |
UserPermissionAdminService.findGroupsByPrefix(String prefix,
int start,
int limit)
List all groups that the Crowd console application can see, filtered by prefix.
|
Page<PermittedGroup> |
UserPermissionAdminServiceImpl.findGroupsWithPermission(int start,
int limit) |
Page<PermittedGroup> |
UserPermissionAdminService.findGroupsWithPermission(int start,
int limit)
Find all groups with an explicit permission
Note: there are no authentication checks in this method
|
Page<PermittedGroup> |
UserPermissionAdminServiceImpl.findGroupsWithPermissionByPrefix(String prefix,
int start,
int limit) |
Page<PermittedGroup> |
UserPermissionAdminService.findGroupsWithPermissionByPrefix(String prefix,
int start,
int limit)
Find all groups with an explicit permission
Note: there are no authentication checks in this method
|