Uses of Class
com.atlassian.crowd.exception.NestedGroupsNotSupportedException
Packages that use NestedGroupsNotSupportedException
Package
Description
-
Uses of NestedGroupsNotSupportedException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw NestedGroupsNotSupportedExceptionModifier and TypeMethodDescriptionvoid
DirectoryManager.addGroupToGroup
(long directoryId, String childGroup, String parentGroup) Adds an existing child group as direct member of an existing parent group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.addGroupToGroup
(long directoryId, String childGroup, String parentGroup) -
Uses of NestedGroupsNotSupportedException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type NestedGroupsNotSupportedExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
NestedGroupsNotSupportedExceptionMapper.toResponse
(NestedGroupsNotSupportedException exception)