| Package | Description |
|---|---|
| com.atlassian.crowd.manager.permission | |
| com.atlassian.crowd.model.page |
| Modifier and Type | Method and Description |
|---|---|
Page<DirectoryGroup> |
UserPermissionAdminService.findGroups(int start,
int limit)
List all groups that the Crowd console application can see.
|
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> |
UserPermissionAdminService.findGroupsWithPermission(int start,
int limit)
Find all groups with an explicit permission
Note: there are no authentication checks in this method
|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageImpl<T> |
Copyright © 2023 Atlassian. All rights reserved.