Uses of Class
com.atlassian.crowd.exception.MembershipNotFoundException
Packages that use MembershipNotFoundException
Package
Description
-
Uses of MembershipNotFoundException in com.atlassian.crowd.dao.membership
Methods in com.atlassian.crowd.dao.membership that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
MembershipDAOHibernate.removeGroupFromGroup
(long directoryId, String childGroup, String parentGroup) void
MembershipDAOHibernate.removeUserFromGroup
(long directoryId, String username, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.dao.membership.cache
Methods in com.atlassian.crowd.dao.membership.cache that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
CachingMembershipDao.removeGroupFromGroup
(long directoryId, String childGroup, String parentGroup) void
CachingMembershipDao.removeUserFromGroup
(long directoryId, String userName, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
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
Rfc2307.removeGroupFromGroup
(String childGroup, String parentGroup) void
RFC4519Directory.removeGroupFromGroup
(String childGroup, String parentGroup) void
AbstractForwardingDirectory.removeUserFromGroup
(String username, String groupName) void
AbstractInternalDirectory.removeUserFromGroup
(String username, String groupName) void
AuditingDirectoryDecorator.removeUserFromGroup
(String username, String groupName) void
AzureAdDirectory.removeUserFromGroup
(String username, String groupName) void
DbCachingRemoteDirectory.removeUserFromGroup
(String username, String groupName) void
MicrosoftActiveDirectory.removeUserFromGroup
(String username, String groupName) void
MockSimpleRemoteDirectory.removeUserFromGroup
(String username, String groupName) void
RemoteCrowdDirectory.removeUserFromGroup
(String username, String groupName) void
RemoteDirectory.removeUserFromGroup
(String username, String groupName) Removes a user as a member of a group.void
Rfc2307.removeUserFromGroup
(String username, String groupName) void
RFC4519Directory.removeUserFromGroup
(String username, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.directory.hybrid
Methods in com.atlassian.crowd.directory.hybrid that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
LocalGroupHandler.removeGroupFromGroup
(String childGroup, String parentGroup) void
LocalGroupHandler.removeUserFromLocalGroup
(String username, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
MembershipDao.removeGroupFromGroup
(long directoryId, String childGroup, String parentGroup) Removes group from the parent group.void
MembershipDao.removeUserFromGroup
(long directoryId, String userName, String groupName) Removes user as a member of the given group. -
Uses of MembershipNotFoundException in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
RestCrowdClient.removeGroupFromGroup
(String childGroup, String parentGroup) void
RestCrowdClient.removeUserFromGroup
(String username, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
AbstractDelegatingApplicationService.removeGroupFromGroup
(Application application, String childGroup, String parentGroup) void
ApplicationService.removeGroupFromGroup
(Application application, String childGroup, String parentGroup) Makes child group matching the given name not members of the parent group across ALL active directories.void
ApplicationServiceGeneric.removeGroupFromGroup
(Application application, String childGroupName, String parentGroupName) void
AbstractDelegatingApplicationService.removeUserFromGroup
(Application application, String username, String groupName) void
ApplicationService.removeUserFromGroup
(Application application, String username, String groupName) Makes the primary user of the given username no longer a member of the group on the directory where the primary user resides.void
ApplicationServiceGeneric.removeUserFromGroup
(Application application, String username, String groupName) void
TranslatingApplicationService.removeUserFromGroup
(Application application, String username, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
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) void
DirectoryManager.removeUserFromGroup
(long directoryId, String username, String groupName) Removes an existing user from being a direct member of an existing group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.removeUserFromGroup
(long directoryId, String username, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
RecoveryModeRemoteDirectory.removeGroupFromGroup
(String childGroup, String parentGroup) void
RecoveryModeRemoteDirectory.removeUserFromGroup
(String username, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type MembershipNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MembershipNotFoundExceptionMapper.toResponse
(MembershipNotFoundException exception) -
Uses of MembershipNotFoundException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
GroupsController.deleteDirectChildGroup
(String groupName, String childGroupName) Deletes a child group membership.void
GroupsController.deleteDirectUser
(String groupName, String username) Removes the user membership.GroupsController.getDirectChildGroup
(String groupName, String childGroupName, URI baseUri) Retrieves the group that is a direct child of the specified group.UsersController.getDirectGroup
(String userName, String groupName, URI baseUri) Returns the specified group that the user is a direct member of.GroupsController.getDirectParentGroup
(String groupName, String parentGroupName, URI baseUri) Retrieves the group that is a direct parent of the specified group.GroupsController.getDirectUser
(String groupName, String username, URI baseUri) Retrieves the user that is a direct member of the specified group.GroupsController.getNestedChildGroup
(String groupName, String childGroupName, URI baseUri) Retrieves the group that is a nested child of the specified group.UsersController.getNestedGroup
(String userName, String groupName, URI baseUri) Returns the specified group that the user is a nested member of.GroupsController.getNestedParentGroup
(String groupName, String parentGroupName, URI baseUri) Retrieves the group that is a nested parent of the specified group.GroupsController.getNestedUser
(String groupName, String username, URI baseUri) Retrieves the user that is a nested member of the specified group.void
UsersController.removeUserFromGroup
(String userName, String groupName) Removes a user from a group. -
Uses of MembershipNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
GroupsResource.getDirectChildrenOfGroup
(String groupName, String childGroupName, int startIndex, int maxResults) javax.ws.rs.core.Response
UsersResource.getDirectGroups
(String userName, String groupName, int maxResults, int startIndex) javax.ws.rs.core.Response
GroupsResource.getDirectMembersOfGroup
(String groupName, String username, int startIndex, int maxResults) javax.ws.rs.core.Response
GroupsResource.getDirectParentsOfGroup
(String groupName, String childGroupName, int startIndex, int maxResults) javax.ws.rs.core.Response
GroupsResource.getNestedChildrenOfGroup
(String groupName, String childGroupName, int startIndex, int maxResults) javax.ws.rs.core.Response
UsersResource.getNestedGroups
(String userName, String groupName, int maxResults, int startIndex) javax.ws.rs.core.Response
GroupsResource.getNestedMembersOfGroup
(String groupName, String username, int startIndex, int maxResults) javax.ws.rs.core.Response
GroupsResource.getNestedParentGroups
(String groupName, String parentGroupName, int startIndex, int maxResults) javax.ws.rs.core.Response
GroupsResource.removeDirectChildGroupMembership
(String groupName, String childGroupName) javax.ws.rs.core.Response
GroupsResource.removeDirectGroupMembership
(String groupName, String username) javax.ws.rs.core.Response
UsersResource.removeUserFromGroup
(String userName, String groupName) -
Uses of MembershipNotFoundException in com.atlassian.crowd.plugins.testkit.rest
Methods in com.atlassian.crowd.plugins.testkit.rest that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TestKitGroupResource.removeNestedGroup
(String parentGroupName, String groupName, long directoryId) -
Uses of MembershipNotFoundException in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that throw MembershipNotFoundExceptionModifier and TypeMethodDescriptionvoid
CrowdClient.removeGroupFromGroup
(String childGroup, String parentGroup) Removes a group to a group.void
CrowdClient.removeUserFromGroup
(String username, String groupName) Removes a user from a group.