|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MembershipNotFoundException in com.atlassian.crowd.acceptance.tests.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.directory that throw MembershipNotFoundException | |
|---|---|
void |
BasicTest.testRemoveUserFromGroup()
|
void |
BasicTest.testRemoveUserFromGroupBothEmpty()
|
void |
BasicTest.testRemoveUserFromGroupBothNull()
|
void |
BasicTest.testRemoveUserFromGroupNonExistentGroup()
|
void |
BasicTest.testRemoveUserFromGroupNonExistentUser()
|
void |
BasicTest.testRemoveUserFromGroupNullAndEmpty1()
|
void |
BasicTest.testRemoveUserFromGroupNullAndEmpty2()
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.acceptance.tests.persistence.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.persistence.directory that throw MembershipNotFoundException | |
|---|---|
void |
InternalDirectoryIntegrationTest.testAddRemoveGroupToGroup()
|
void |
InternalDirectoryIntegrationTest.testAddUserToGroup()
|
void |
InternalDirectoryIntegrationTest.testRemoveGroupFromGroupNotMember()
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.acceptance.tests.persistence.manager.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.directory that throw MembershipNotFoundException | |
|---|---|
void |
DirectoryManagerGenericNestedGroupsTest.testRemoveGroupFromGroup()
|
void |
DirectoryManagerGenericNestedGroupsTest.testRemoveGroupFromGroupCycleDeletionFail()
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.dao.membership |
|---|
| Methods in com.atlassian.crowd.dao.membership that throw MembershipNotFoundException | |
|---|---|
void |
MembershipDAOHibernate.removeGroupFromGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
MembershipDAOHibernate.removeUserFromGroup(long directoryId,
java.lang.String username,
java.lang.String groupName)
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory that throw MembershipNotFoundException | |
|---|---|
void |
RemoteCrowdDirectory.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
DelegatedAuthenticationDirectory.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
AbstractInternalDirectory.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
RemoteDirectory.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
Removes a group as a member of a parent group. |
void |
Rfc2307.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
RFC4519Directory.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
DbCachingRemoteDirectory.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
RemoteCrowdDirectory.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
|
void |
DelegatedAuthenticationDirectory.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
|
void |
AbstractInternalDirectory.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
|
void |
RemoteDirectory.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
Removes a user as a member of a group. |
void |
Rfc2307.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
|
void |
RFC4519Directory.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
|
void |
DbCachingRemoteDirectory.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.embedded.api |
|---|
| Methods in com.atlassian.crowd.embedded.api that throw MembershipNotFoundException | |
|---|---|
boolean |
CrowdAdminService.removeGroupFromGroup(Group childGroup,
Group parentGroup)
Removes a group as a member of a parent group. |
boolean |
CrowdAdminService.removeUserFromGroup(User user,
Group group)
Removes a user as a member of a group. |
| Uses of MembershipNotFoundException in com.atlassian.crowd.embedded.core |
|---|
| Methods in com.atlassian.crowd.embedded.core that throw MembershipNotFoundException | |
|---|---|
boolean |
CrowdAdminServiceImpl.removeGroupFromGroup(Group childGroup,
Group parentGroup)
|
boolean |
CrowdAdminServiceImpl.removeUserFromGroup(User user,
Group group)
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.embedded.spi |
|---|
| Methods in com.atlassian.crowd.embedded.spi that throw MembershipNotFoundException | |
|---|---|
void |
MembershipDao.removeGroupFromGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
MembershipDao.removeUserFromGroup(long directoryId,
java.lang.String userName,
java.lang.String groupName)
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.manager.application |
|---|
| Methods in com.atlassian.crowd.manager.application that throw MembershipNotFoundException | |
|---|---|
void |
ApplicationService.removeGroupFromGroup(Application application,
java.lang.String childGroup,
java.lang.String parentGroup)
Makes child group matching the given name not members of the parent group across ALL active directories. |
void |
TranslatingApplicationService.removeGroupFromGroup(Application application,
java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
ApplicationServiceGeneric.removeGroupFromGroup(Application application,
java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
ApplicationService.removeUserFromGroup(Application application,
java.lang.String username,
java.lang.String groupName)
Makes users matching the given name not members of the group across ALL active directories. |
void |
TranslatingApplicationService.removeUserFromGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
void |
ApplicationServiceGeneric.removeUserFromGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.manager.directory |
|---|
| Methods in com.atlassian.crowd.manager.directory that throw MembershipNotFoundException | |
|---|---|
void |
DirectoryManager.removeGroupFromGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
Removes an existing child group from being a direct member of an existing parent group in the directory specified by the passed in directoryId. |
void |
DirectoryManagerGeneric.removeGroupFromGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
DirectoryManager.removeUserFromGroup(long directoryId,
java.lang.String username,
java.lang.String groupName)
Removes an existing user from being a direct member of an existing group in the directory specified by the passed in directoryId. |
void |
DirectoryManagerGeneric.removeUserFromGroup(long directoryId,
java.lang.String username,
java.lang.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 MembershipNotFoundException | |
|---|---|
javax.ws.rs.core.Response |
MembershipNotFoundExceptionMapper.toResponse(MembershipNotFoundException exception)
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.service |
|---|
| Methods in com.atlassian.crowd.service that throw MembershipNotFoundException | |
|---|---|
void |
GroupMembershipManager.removeMembership(java.lang.String userName,
java.lang.String groupName)
Removes a user identified by userName from the group identified by groupName. |
| Uses of MembershipNotFoundException in com.atlassian.crowd.service.cache |
|---|
| Methods in com.atlassian.crowd.service.cache that throw MembershipNotFoundException | |
|---|---|
void |
CachingGroupMembershipManager.removeMembership(java.lang.String userName,
java.lang.String groupName)
|
| Uses of MembershipNotFoundException in com.atlassian.crowd.service.soap.client |
|---|
| Methods in com.atlassian.crowd.service.soap.client that throw MembershipNotFoundException | |
|---|---|
void |
SecurityServerClientImpl.removePrincipalFromGroup(java.lang.String principal,
java.lang.String group)
Removes a principal from a group for the application's assigned directory. |
void |
SecurityServerClient.removePrincipalFromGroup(java.lang.String principal,
java.lang.String group)
Removes a principal from a group for the application's assigned directory. |
void |
SecurityServerClientImpl.removePrincipalFromRole(java.lang.String principal,
java.lang.String role)
Removes a principal from a role for the application's assigned directory. |
void |
SecurityServerClient.removePrincipalFromRole(java.lang.String principal,
java.lang.String role)
Removes a principal from a role for the application's assigned directory. |
| Uses of MembershipNotFoundException in com.atlassian.crowd.service.soap.server |
|---|
| Methods in com.atlassian.crowd.service.soap.server that throw MembershipNotFoundException | |
|---|---|
void |
SecurityServerGeneric.removePrincipalFromRole(AuthenticatedToken applicationToken,
java.lang.String principal,
java.lang.String role)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||