Uses of Class
com.atlassian.crowd.exception.NestedGroupsNotSupportedException
Package
Description
-
Uses of NestedGroupsNotSupportedException in com.atlassian.crowd.manager.directory
Modifier 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
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
NestedGroupsNotSupportedExceptionMapper.toResponse
(NestedGroupsNotSupportedException exception)