Uses of Interface
com.atlassian.crowd.model.page.Page
Packages that use Page
-
Uses of Page in com.atlassian.crowd.manager.permission
Methods in com.atlassian.crowd.manager.permission that return PageModifier and TypeMethodDescriptionPage<com.atlassian.crowd.manager.permission.DirectoryGroup> UserPermissionAdminService.findGroups(int start, int limit) List all groups that the Crowd console application can see.Page<com.atlassian.crowd.manager.permission.DirectoryGroup> UserPermissionAdminService.findGroupsByPrefix(String prefix, int start, int limit) List all groups that the Crowd console application can see, filtered by prefix.Page<com.atlassian.crowd.manager.permission.PermittedGroup> UserPermissionAdminService.findGroupsWithPermission(int start, int limit) Find all groups with an explicit permission Note: there are no authentication checks in this methodPage<com.atlassian.crowd.manager.permission.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 -
Uses of Page in com.atlassian.crowd.model.page
Classes in com.atlassian.crowd.model.page that implement Page