Uses of Class
com.atlassian.crowd.exception.InvalidMembershipException
Packages that use InvalidMembershipException
Package
Description
-
Uses of InvalidMembershipException in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionvoid
AbstractForwardingDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
AbstractInternalDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
AuditingDirectoryDecorator.addGroupToGroup
(String childGroup, String parentGroup) void
AzureAdDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
DbCachingRemoteDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
MockSimpleRemoteDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
RemoteCrowdDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
RemoteDirectory.addGroupToGroup
(String childGroup, String parentGroup) Adds a group as a member of a parent group.void
RFC4519Directory.addGroupToGroup
(String childGroup, String parentGroup) void
AbstractForwardingDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) void
AbstractInternalDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) void
AuditingDirectoryDecorator.removeGroupFromGroup
(String childGroup, String parentGroup) void
AzureAdDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) void
DbCachingRemoteDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) void
MockSimpleRemoteDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) void
RemoteCrowdDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) void
RemoteDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) Removes a group as a member of a parent group.void
RFC4519Directory.removeGroupFromGroup
(String childGroup, String parentGroup) -
Uses of InvalidMembershipException in com.atlassian.crowd.directory.hybrid
Methods in com.atlassian.crowd.directory.hybrid that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionvoid
LocalGroupHandler.addGroupToGroup
(String parentGroup, String childGroup) void
LocalGroupHandler.removeGroupFromGroup
(String childGroup, String parentGroup) -
Uses of InvalidMembershipException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionboolean
CrowdService.addGroupToGroup
(Group childGroup, Group parentGroup) Adds a group as a member of a parent group. -
Uses of InvalidMembershipException in com.atlassian.crowd.embedded.core
Methods in com.atlassian.crowd.embedded.core that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionboolean
CrowdServiceImpl.addGroupToGroup
(Group childGroup, Group parentGroup) -
Uses of InvalidMembershipException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionvoid
AbstractDelegatingApplicationService.addGroupToGroup
(Application application, String childGroupName, String parentGroupName) void
ApplicationService.addGroupToGroup
(Application application, String childGroupName, String parentGroupName) Makes groups matching the given name (childGroupName) direct members of the group (parentGroupName) across ALL active directories.void
ApplicationServiceGeneric.addGroupToGroup
(Application application, String childGroupName, String parentGroupName) -
Uses of InvalidMembershipException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw InvalidMembershipExceptionModifier 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) void
DirectoryManager.removeGroupFromGroup
(long directoryId, String childGroup, String parentGroup) Removes an existing child group from being a direct member of an existing parent group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeGroupFromGroup
(long directoryId, String childGroup, String parentGroup) -
Uses of InvalidMembershipException in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionvoid
RecoveryModeRemoteDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
RecoveryModeRemoteDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) -
Uses of InvalidMembershipException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type InvalidMembershipExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
InvalidMembershipExceptionMapper.toResponse
(InvalidMembershipException exception) -
Uses of InvalidMembershipException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionvoid
GroupsController.addDirectChildGroup
(String groupName, String childGroupName) Adds a direct child group membership.void
GroupsController.addDirectParentGroup
(String groupName, String parentGroupName) Adds a direct parent group membership. -
Uses of InvalidMembershipException in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
GroupsResource.addDirectChildGroupMembership
(String groupName, GroupEntity childGroup) javax.ws.rs.core.Response
GroupsResource.addDirectParentGroupMembership
(String groupName, GroupEntity parentGroup) -
Uses of InvalidMembershipException in com.atlassian.crowd.plugins.testkit.rest
Methods in com.atlassian.crowd.plugins.testkit.rest that throw InvalidMembershipExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TestKitGroupResource.removeNestedGroup
(String parentGroupName, String groupName, long directoryId)