Uses of Class
com.atlassian.crowd.exception.MembershipAlreadyExistsException
Packages that use MembershipAlreadyExistsException
Package
Description
-
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.dao.membership
Methods in com.atlassian.crowd.dao.membership that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
MembershipDAOHibernate.addGroupToGroup
(long directoryId, String childGroup, String parentGroup) void
MembershipDAOHibernate.addUserToGroup
(long directoryId, String username, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.dao.membership.cache
Methods in com.atlassian.crowd.dao.membership.cache that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
CachingMembershipDao.addGroupToGroup
(long directoryId, String childGroup, String parentGroup) void
CachingMembershipDao.addUserToGroup
(long directoryId, String userName, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that throw MembershipAlreadyExistsExceptionModifier 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
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.addUserToGroup
(String username, String groupName) void
AbstractInternalDirectory.addUserToGroup
(String username, String groupName) void
AuditingDirectoryDecorator.addUserToGroup
(String username, String groupName) void
AzureAdDirectory.addUserToGroup
(String username, String groupName) void
DbCachingRemoteDirectory.addUserToGroup
(String username, String groupName) void
MicrosoftActiveDirectory.addUserToGroup
(String username, String groupName) void
MockSimpleRemoteDirectory.addUserToGroup
(String username, String groupName) void
RemoteCrowdDirectory.addUserToGroup
(String username, String groupName) void
RemoteDirectory.addUserToGroup
(String username, String groupName) Adds a user as a member of a group.void
RFC4519Directory.addUserToGroup
(String username, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.directory.hybrid
Methods in com.atlassian.crowd.directory.hybrid that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
LocalGroupHandler.addGroupToGroup
(String parentGroup, String childGroup) void
LocalGroupHandler.addUserToLocalGroup
(String username, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
MembershipDao.addGroupToGroup
(long directoryId, String childGroup, String parentGroup) Adds group as a child of the (supposedly) parent group.void
MembershipDao.addUserToGroup
(long directoryId, String userName, String groupName) Adds user as a member of group. -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
RestCrowdClient.addGroupToGroup
(String childGroup, String parentGroup) void
RestCrowdClient.addUserToGroup
(String username, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw MembershipAlreadyExistsExceptionModifier 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) void
AbstractDelegatingApplicationService.addUserToGroup
(Application application, String username, String groupName) void
ApplicationService.addUserToGroup
(Application application, String username, String groupName) Makes the primary user of the given username a direct member of the group on the directory where the primary user resides.void
ApplicationServiceGeneric.addUserToGroup
(Application application, String username, String groupName) void
TranslatingApplicationService.addUserToGroup
(Application application, String username, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw MembershipAlreadyExistsExceptionModifier 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.addUserToGroup
(long directoryId, String username, String groupName) Adds an existing user as a direct member of an existing group in the directory specified by the passed indirectoryId
.void
DirectoryManagerGeneric.addUserToGroup
(long directoryId, String username, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
RecoveryModeRemoteDirectory.addGroupToGroup
(String childGroup, String parentGroup) void
RecoveryModeRemoteDirectory.addUserToGroup
(String username, String groupName) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MembershipAlreadyExistsExceptionMapper.toResponse
(MembershipAlreadyExistsException exception) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw MembershipAlreadyExistsExceptionModifier 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.void
GroupsController.addDirectUser
(String groupName, String username) Adds user as direct member of group.void
UsersController.addUserToGroup
(String userName, String groupName) Adds a user to a group. -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
GroupsResource.addDirectChildGroupMembership
(String groupName, GroupEntity childGroup) javax.ws.rs.core.Response
GroupsResource.addDirectParentGroupMembership
(String groupName, GroupEntity parentGroup) javax.ws.rs.core.Response
GroupsResource.addUserAsDirectGroupMember
(String groupName, UserEntity user) javax.ws.rs.core.Response
UsersResource.addUserToGroup
(String userName, GroupEntity parentGroup) -
Uses of MembershipAlreadyExistsException in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that throw MembershipAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
CrowdClient.addGroupToGroup
(String childGroup, String parentGroup) Adds a group to a group.void
CrowdClient.addUserToGroup
(String username, String groupName) Adds a user to a group.