- findByToken(String) - Method in interface com.atlassian.crowd.service.token.InviteUserTokenService
-
Find the token using the given random hash
- findGroups(int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
-
List all groups that the Crowd console application can see.
- findGroupsByPrefix(String, int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
-
List all groups that the Crowd console application can see, filtered by prefix.
- findGroupsWithPermission(int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
-
Find all groups with an explicit permission
Note: there are no authentication checks in this method
- findGroupsWithPermissionByPrefix(String, int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
-
Find all groups with an explicit permission
Note: there are no authentication checks in this method