|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InvalidGroupException in com.atlassian.crowd.acceptance.tests.directory |
|---|
| Uses of InvalidGroupException in com.atlassian.crowd.acceptance.tests.persistence.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.persistence.directory that throw InvalidGroupException | |
|---|---|
void |
InternalDirectoryIntegrationTest.testAddGroup()
|
void |
InternalDirectoryIntegrationTest.testAddGroupInvalidDirectoryId()
|
void |
InternalDirectoryIntegrationTest.testAddRemoveGroupToGroup()
|
void |
InternalDirectoryIntegrationTest.testRemoveGroupFromGroupNotMember()
|
void |
InternalDirectoryIntegrationTest.testUpdateGroup()
|
| Uses of InvalidGroupException in com.atlassian.crowd.acceptance.tests.persistence.manager.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.directory that throw InvalidGroupException | |
|---|---|
protected void |
DirectoryManagerGenericNestedGroupsTest.addGroup(java.lang.String name)
|
| 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 |
InternalDirectory.addLocalGroup(GroupTemplate group)
|
Group |
CachingDirectory.addLocalGroup(GroupTemplate group)
|
abstract Group |
AbstractInternalDirectory.addLocalGroup(GroupTemplate group)
|
Group |
InternalRemoteDirectory.addLocalGroup(GroupTemplate group)
|
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)
|
void |
InternalDirectoryUtilsImpl.validateGroupName(Group group,
java.lang.String groupName)
|
void |
InternalDirectoryUtils.validateGroupName(Group group,
java.lang.String groupName)
|
| 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. |
| 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 |
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 |
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 | |
|---|---|
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.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)
Adds a group to the application's assigned directory. |
SOAPGroup |
SecurityServerClient.addGroup(SOAPGroup group)
Adds a group to the application's assigned directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||