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

Packages that use InvalidGroupException
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.hybrid   
com.atlassian.crowd.embedded.core.util   
com.atlassian.crowd.exception   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

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

Methods in com.atlassian.crowd.acceptance.tests.directory that throw InvalidGroupException
protected  void BaseTest.addGroup(GroupTemplate group)
           
protected  Group BaseTest.addGroup(java.lang.String groupName, java.lang.Long directoryId)
           
protected  void NestedGroupsTest.loadTestData()
          Called as part of setUp()
 

Uses of InvalidGroupException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw InvalidGroupException
 Group RemoteCrowdDirectory.addGroup(GroupTemplate group)
           
 Group DelegatedAuthenticationDirectory.addGroup(GroupTemplate group)
           
 Group AbstractInternalDirectory.addGroup(GroupTemplate group)
           
 Group RemoteDirectory.addGroup(GroupTemplate group)
          Adds a group to the directory store.
 Group SpringLDAPConnector.addGroup(GroupTemplate group)
           
 Group Rfc2307.addGroup(GroupTemplate group)
           
 Group DbCachingRemoteDirectory.addGroup(GroupTemplate group)
           
 Group CachingDirectory.addLocalGroup(GroupTemplate group)
           
abstract  Group AbstractInternalDirectory.addLocalGroup(GroupTemplate group)
           
 Group InternalRemoteDirectory.addLocalGroup(GroupTemplate group)
          Adds a "local" group to the directory.
 Group RemoteCrowdDirectory.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 Group DelegatedAuthenticationDirectory.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 Group AbstractInternalDirectory.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 Group RemoteDirectory.renameGroup(java.lang.String oldName, java.lang.String newName)
          Renames a group.
 Group SpringLDAPConnector.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 Group Rfc2307.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 Group DbCachingRemoteDirectory.renameGroup(java.lang.String oldName, java.lang.String newName)
           
 Group RemoteCrowdDirectory.updateGroup(GroupTemplate group)
           
 Group DelegatedAuthenticationDirectory.updateGroup(GroupTemplate group)
           
 Group AbstractInternalDirectory.updateGroup(GroupTemplate group)
           
 Group RemoteDirectory.updateGroup(GroupTemplate group)
          Updates the group.
 Group DbCachingRemoteDirectory.updateGroup(GroupTemplate group)
           
 

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

Methods in com.atlassian.crowd.directory.hybrid that throw InvalidGroupException
 Group LocalGroupHandler.createLocalGroup(GroupTemplate groupTemplate)
          Creates a local group with the supplied template.
 Group LocalGroupHandler.updateLocalGroup(GroupTemplate groupTemplate)
          Updates a local group.
 

Uses of InvalidGroupException in com.atlassian.crowd.embedded.core.util
 

Methods in com.atlassian.crowd.embedded.core.util with parameters of type InvalidGroupException
static Group ConversionUtils.getEmbeddedGroup(InvalidGroupException ex)
          Extracts a directory-specific model group from the given InvalidGroupException and converts it into a directory-agnostic embedded/application group.
 

Uses of InvalidGroupException in com.atlassian.crowd.exception
 

Subclasses of InvalidGroupException in com.atlassian.crowd.exception
 class InvalidRoleException
          Thrown when an invalid role is provided.
 

Uses of InvalidGroupException in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that throw InvalidGroupException
 void RestCrowdClient.addGroup(Group group)
           
 void RestCrowdClient.updateGroup(Group group)
           
 

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

Methods in com.atlassian.crowd.manager.application that throw InvalidGroupException
 Group ApplicationService.addGroup(Application application, GroupTemplate group)
          Adds the group to ALL the active permissible directories.
 Group TranslatingApplicationService.addGroup(Application application, GroupTemplate group)
           
 Group CachingApplicationService.addGroup(Application application, GroupTemplate group)
           
 Group ApplicationServiceGeneric.addGroup(Application application, GroupTemplate group)
           
 Group ApplicationService.updateGroup(Application application, GroupTemplate group)
          Updates the group in ALL the active permissible directories.
 Group TranslatingApplicationService.updateGroup(Application application, GroupTemplate group)
           
 Group CachingApplicationService.updateGroup(Application application, GroupTemplate group)
           
 Group ApplicationServiceGeneric.updateGroup(Application application, GroupTemplate group)
           
 

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

Methods in com.atlassian.crowd.manager.directory that throw InvalidGroupException
 BulkAddResult<Group> DirectoryManager.addAllGroups(long directoryId, java.util.Collection<GroupTemplate> groups, boolean overwrite)
          Will add a collection of Group to the directory specified by the passed in directoryId param.
 BulkAddResult<Group> DirectoryManagerGeneric.addAllGroups(long directoryId, java.util.Collection<GroupTemplate> groups, boolean overwrite)
           
 Group DirectoryManager.addGroup(long directoryId, GroupTemplate group)
          Adds a Group to the directory specified by the passed in directoryId.
 Group DirectoryManagerGeneric.addGroup(long directoryId, GroupTemplate group)
           
 Group DirectoryManager.renameGroup(long directoryId, java.lang.String oldGroupname, java.lang.String newGroupname)
          Renames a group in the directory specified by the passed in directoryId.
 Group DirectoryManagerGeneric.renameGroup(long directoryId, java.lang.String oldGroupname, java.lang.String newGroupname)
           
 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)
           
 

Uses of InvalidGroupException in com.atlassian.crowd.plugin.rest.exception.mapper
 

Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type InvalidGroupException
 javax.ws.rs.core.Response InvalidGroupExceptionMapper.toResponse(InvalidGroupException exception)
           
 

Uses of InvalidGroupException in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw InvalidGroupException
 java.lang.String GroupsController.addGroup(java.lang.String applicationName, GroupEntity group)
          Adds a new group.
 GroupEntity GroupsController.updateGroup(java.lang.String applicationName, GroupEntity group, java.net.URI baseURI)
          Updates a group.
 

Uses of InvalidGroupException in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource that throw InvalidGroupException
 javax.ws.rs.core.Response GroupsResource.addGroup(GroupEntity restGroup)
          Adds a new group.
 javax.ws.rs.core.Response GroupsResource.updateGroup(java.lang.String groupName, GroupEntity restGroup)
          Updates an existing group.
 

Uses of InvalidGroupException in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that throw InvalidGroupException
 SOAPGroup GroupManager.addGroup(SOAPGroup group)
          Adds group to the Crowd server.
 

Uses of InvalidGroupException in com.atlassian.crowd.service.cache
 

Methods in com.atlassian.crowd.service.cache that throw InvalidGroupException
 SOAPGroup CachingGroupManager.addGroup(SOAPGroup group)
           
 

Uses of InvalidGroupException in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that throw InvalidGroupException
 void CrowdClient.addGroup(Group group)
          Adds a group to the remote Crowd server.
 void CrowdClient.updateGroup(Group group)
          Updates a group on the remote Crowd server.
 

Uses of InvalidGroupException in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client that throw InvalidGroupException
 SOAPGroup SecurityServerClientImpl.addGroup(SOAPGroup group)
           
 SOAPGroup SecurityServerClient.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 

Uses of InvalidGroupException in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type InvalidGroupException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidGroupException e)
           
 

Methods in com.atlassian.crowd.util that throw InvalidGroupException
static void SoapExceptionTranslator.throwEquivalentCheckedException(InvalidGroupException e)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.