Uses of Class
com.atlassian.crowd.exception.InvalidMembershipException

Packages that use InvalidMembershipException
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.acceptance.tests.persistence.directory   
com.atlassian.crowd.acceptance.tests.persistence.manager.directory   
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.hybrid   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
 

Uses of InvalidMembershipException in com.atlassian.crowd.acceptance.tests.directory
 

Methods in com.atlassian.crowd.acceptance.tests.directory that throw InvalidMembershipException
protected  void NestedGroupsTest.loadTestData()
          Called as part of setUp()
 

Uses of InvalidMembershipException in com.atlassian.crowd.acceptance.tests.persistence.directory
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.directory that throw InvalidMembershipException
 void InternalDirectoryIntegrationTest.testAddRemoveGroupToGroup()
           
 void InternalDirectoryIntegrationTest.testRemoveGroupFromGroupNotMember()
           
 

Uses of InvalidMembershipException in com.atlassian.crowd.acceptance.tests.persistence.manager.directory
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.directory that throw InvalidMembershipException
 void DirectoryManagerGenericNestedGroupsTest.testRemoveGroupFromGroup()
           
 

Uses of InvalidMembershipException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw InvalidMembershipException
 void RemoteCrowdDirectory.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void DelegatedAuthenticationDirectory.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void AbstractInternalDirectory.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void RemoteDirectory.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
          Adds a group as a member of a parent group.
 void RFC4519Directory.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void DbCachingRemoteDirectory.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 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 RFC4519Directory.removeGroupFromGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void DbCachingRemoteDirectory.removeGroupFromGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 

Uses of InvalidMembershipException in com.atlassian.crowd.directory.hybrid
 

Methods in com.atlassian.crowd.directory.hybrid that throw InvalidMembershipException
 void LocalGroupHandler.addLocalGroupToLocalGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void LocalGroupHandler.removeLocalGroupFromLocalGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 

Uses of InvalidMembershipException in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw InvalidMembershipException
 void CrowdAdminService.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 InvalidMembershipException
 void CrowdAdminServiceImpl.addGroupToGroup(Group childGroup, Group parentGroup)
           
 

Uses of InvalidMembershipException in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that throw InvalidMembershipException
 void ApplicationService.addGroupToGroup(Application application, java.lang.String childGroupName, java.lang.String parentGroupName)
          Makes groups matching the given name (childGroupName) direct members of the group (parentGroupName) across ALL active directories.
 void TranslatingApplicationService.addGroupToGroup(Application application, java.lang.String childGroupName, java.lang.String parentGroupName)
           
 void ApplicationServiceGeneric.addGroupToGroup(Application application, java.lang.String childGroupName, java.lang.String parentGroupName)
           
 

Uses of InvalidMembershipException in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that throw InvalidMembershipException
 void DirectoryManager.addGroupToGroup(long directoryId, java.lang.String childGroup, java.lang.String parentGroup)
          Adds an existing child group as direct member of an existing parent group in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.addGroupToGroup(long directoryId, java.lang.String childGroup, java.lang.String parentGroup)
           
 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)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.