Uses of Class
com.atlassian.crowd.manager.permission.UserPermissionDowngradeException
Packages that use UserPermissionDowngradeException
Package
Description
-
Uses of UserPermissionDowngradeException in com.atlassian.crowd.manager.permission
Methods in com.atlassian.crowd.manager.permission that throw UserPermissionDowngradeExceptionModifier and TypeMethodDescriptionvoid
UserPermissionAdminService.revokePermissionsForGroup
(DirectoryGroup group) Remove all permissions from the given group.void
UserPermissionAdminServiceImpl.revokePermissionsForGroup
(DirectoryGroup group) void
UserPermissionAdminService.setPermissionForGroups
(List<? extends DirectoryGroup> directoryGroupPairs, UserPermission permission) Set the granted permissions for each directoryGroup to permission.void
UserPermissionAdminServiceImpl.setPermissionForGroups
(List<? extends DirectoryGroup> directoryGroups, UserPermission permission) -
Uses of UserPermissionDowngradeException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type UserPermissionDowngradeExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UserPermissionDowngradeExceptionMapper.toResponse
(UserPermissionDowngradeException e) -
Uses of UserPermissionDowngradeException in com.atlassian.crowd.plugin.rest.service.resource.permission
Methods in com.atlassian.crowd.plugin.rest.service.resource.permission that throw UserPermissionDowngradeExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UserPermissionAdminResource.revokePermissions
(RestDirectoryGroup group) javax.ws.rs.core.Response
UserPermissionAdminResource.setPermissions
(String permissionName, List<RestDirectoryGroup> groups)