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

Packages that use ReadOnlyGroupException
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.hybrid   
com.atlassian.crowd.manager.directory   
 

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

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

Uses of ReadOnlyGroupException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw ReadOnlyGroupException
 void DelegatedAuthenticationDirectory.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 DbCachingRemoteDirectory.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void DelegatedAuthenticationDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 void RemoteDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
          Adds a user as a member of a group.
 void DbCachingRemoteDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 void DelegatedAuthenticationDirectory.removeGroup(java.lang.String name)
           
 void RemoteDirectory.removeGroup(java.lang.String name)
          Removes the group that matches the supplied name.
 void DbCachingRemoteDirectory.removeGroup(java.lang.String name)
           
 void DelegatedAuthenticationDirectory.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 DbCachingRemoteDirectory.removeGroupFromGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void DelegatedAuthenticationDirectory.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 DbCachingRemoteDirectory.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 Group DelegatedAuthenticationDirectory.updateGroup(GroupTemplate group)
           
 Group RemoteDirectory.updateGroup(GroupTemplate group)
          Updates the group.
 Group DbCachingRemoteDirectory.updateGroup(GroupTemplate group)
           
 

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

Methods in com.atlassian.crowd.directory.hybrid that throw ReadOnlyGroupException
 void LocalGroupHandler.addLocalGroupToLocalGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void LocalGroupHandler.addUserToLocalGroup(java.lang.String username, java.lang.String groupName)
           
 void LocalGroupHandler.removeLocalGroupFromLocalGroup(java.lang.String childGroup, java.lang.String parentGroup)
           
 void LocalGroupHandler.removeUserFromLocalGroup(java.lang.String username, java.lang.String groupName)
           
 Group LocalGroupHandler.updateLocalGroup(GroupTemplate groupTemplate)
          Updates a local group.
 

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

Methods in com.atlassian.crowd.manager.directory that throw ReadOnlyGroupException
 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.addUserToGroup(long directoryId, java.lang.String username, java.lang.String groupName)
          Adds an existing user as a direct member of an existing group in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.addUserToGroup(long directoryId, java.lang.String username, java.lang.String groupName)
           
 void DirectoryManager.removeGroup(long directoryId, java.lang.String groupName)
          Removes a group matching the supplied groupName in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.removeGroup(long directoryId, java.lang.String groupName)
           
 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)
           
 Group DirectoryManager.updateGroup(long directoryId, GroupTemplate group)
          Updates a group with the supplied template and returns the updated group retrieved from the directory specified by the passed in directoryId.
 Group DirectoryManagerGeneric.updateGroup(long directoryId, GroupTemplate group)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.