Uses of Class
com.atlassian.crowd.manager.permission.UserPermissionException
Package
Description
-
Uses of UserPermissionException in com.atlassian.crowd.manager.permission
Modifier and TypeMethodDescriptionUserPermissionAdminService.findGroupsWithPermission
(int start, int limit) Find all groups with an explicit permission Note: there are no authentication checks in this methodUserPermissionAdminServiceImpl.findGroupsWithPermission
(int start, int limit) UserPermissionAdminService.findGroupsWithPermissionByPrefix
(String prefix, int start, int limit) Find all groups with an explicit permission Note: there are no authentication checks in this methodUserPermissionAdminServiceImpl.findGroupsWithPermissionByPrefix
(String prefix, int start, int limit) void
UserPermissionAdminServiceImpl.setPermissionForGroups
(List<? extends DirectoryGroup> directoryGroups, UserPermission permission) -
Uses of UserPermissionException in com.atlassian.crowd.plugin.rest.exception.mapper
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UserPermissionExceptionMapper.toResponse
(UserPermissionException e) -
Uses of UserPermissionException in com.atlassian.crowd.plugin.rest.service.resource.permission
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UserPermissionAdminResource.getPermissions
(String prefix, int startIndex, int limit) javax.ws.rs.core.Response
UserPermissionAdminResource.setPermissions
(String permissionName, List<RestDirectoryGroup> groups) -
Uses of UserPermissionException in com.atlassian.labs.crowd.directory.pruning.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UserPermissionExceptionMapper.toResponse
(UserPermissionException e)