|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GroupNotFoundException in com.atlassian.crowd.acceptance.tests.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.directory that throw GroupNotFoundException | |
|---|---|
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() |
void |
RemoteCrowdDirectoryTest.testBadClientParameters()
|
| Uses of GroupNotFoundException in com.atlassian.crowd.console.action.group |
|---|
| Methods in com.atlassian.crowd.console.action.group that throw GroupNotFoundException | |
|---|---|
protected void |
ViewGroup.processGeneral()
|
| Uses of GroupNotFoundException in com.atlassian.crowd.console.action.role |
|---|
| Methods in com.atlassian.crowd.console.action.role that throw GroupNotFoundException | |
|---|---|
protected void |
ViewRole.processGeneral()
|
| Uses of GroupNotFoundException in com.atlassian.crowd.dao.group |
|---|
| Methods in com.atlassian.crowd.dao.group that throw GroupNotFoundException | |
|---|---|
InternalGroup |
InternalGroupDao.findByName(long directoryId,
java.lang.String groupName)
Finds internal group by directory id and group name. |
InternalGroup |
GroupDAOHibernate.findByName(long directoryId,
java.lang.String groupName)
|
InternalGroupWithAttributes |
GroupDAOHibernate.findByNameWithAttributes(long directoryId,
java.lang.String groupName)
|
void |
GroupDAOHibernate.remove(Group group)
|
void |
GroupDAOHibernate.removeAttribute(Group group,
java.lang.String attributeName)
|
InternalGroup |
GroupDAOHibernate.rename(Group group,
java.lang.String newName)
|
void |
GroupDAOHibernate.storeAttributes(Group group,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
InternalGroup |
GroupDAOHibernate.update(Group group)
|
| Uses of GroupNotFoundException in com.atlassian.crowd.dao.membership |
|---|
| Methods in com.atlassian.crowd.dao.membership that throw GroupNotFoundException | |
|---|---|
BatchResult<java.lang.String> |
MembershipDAOHibernate.addAllUsersToGroup(long directoryId,
java.util.Collection<java.lang.String> userNames,
java.lang.String groupName)
|
void |
MembershipDAOHibernate.addGroupToGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
MembershipDAOHibernate.addUserToGroup(long directoryId,
java.lang.String username,
java.lang.String groupName)
|
void |
MembershipDAOHibernate.removeUserFromGroup(long directoryId,
java.lang.String username,
java.lang.String groupName)
|
| Uses of GroupNotFoundException in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory that throw GroupNotFoundException | ||
|---|---|---|
BatchResult<java.lang.String> |
InternalDirectory.addAllUsersToGroup(java.util.Set<java.lang.String> userNames,
java.lang.String groupName)
|
|
BatchResult<java.lang.String> |
CachingDirectory.addAllUsersToGroup(java.util.Set<java.lang.String> userNames,
java.lang.String groupName)
|
|
BatchResult<java.lang.String> |
InternalRemoteDirectory.addAllUsersToGroup(java.util.Set<java.lang.String> userNames,
java.lang.String groupName)
Adds a collection of users to a group. |
|
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 |
Rfc2307.addGroupToGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
|
void |
RFC4519Directory.addGroupToGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
|
void |
DbCachingRemoteDirectory.addGroupToGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
|
void |
RemoteCrowdDirectory.addUserToGroup(java.lang.String username,
java.lang.String groupName)
|
|
void |
DelegatedAuthenticationDirectory.addUserToGroup(java.lang.String username,
java.lang.String groupName)
|
|
void |
AbstractInternalDirectory.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 |
Rfc2307.addUserToGroup(java.lang.String username,
java.lang.String groupName)
|
|
void |
RFC4519Directory.addUserToGroup(java.lang.String username,
java.lang.String groupName)
|
|
void |
DbCachingRemoteDirectory.addUserToGroup(java.lang.String username,
java.lang.String groupName)
|
|
protected javax.naming.ldap.LdapName |
SpringLDAPConnector.asLdapGroupName(java.lang.String dn,
java.lang.String groupName)
Convenience method to convert group DN to LdapName, throwing a GNFE with the supplied group name if unable to construct the LdapName. |
|
protected
|
SpringLDAPConnector.asLdapName(java.lang.String dn,
java.lang.String entityName,
java.lang.Class<T> entityClass)
This method is required to wrap DN's into LdapNames as spring-ldap doesn't correctly handle operations with String dn arguments. |
|
|
SpringLDAPConnector.findEntityByDN(java.lang.String dn,
java.lang.Class<T> entityClass)
|
|
|
LDAPDirectory.findEntityByDN(java.lang.String dn,
java.lang.Class<T> entityClass)
Finds a directory entity (principal, group or role) by their distinguished name. |
|
protected
|
SpringLDAPConnector.findEntityByDN(java.lang.String dn,
java.lang.String baseDN,
java.lang.String filter,
org.springframework.ldap.core.ContextMapper contextMapper,
java.lang.Class<T> entityClass)
|
|
Group |
RemoteCrowdDirectory.findGroupByName(java.lang.String name)
|
|
Group |
DelegatedAuthenticationDirectory.findGroupByName(java.lang.String name)
|
|
InternalDirectoryGroup |
AbstractInternalDirectory.findGroupByName(java.lang.String name)
|
|
Group |
RemoteDirectory.findGroupByName(java.lang.String name)
Finds the group that matches the supplied name. |
|
InternalDirectoryGroup |
InternalRemoteDirectory.findGroupByName(java.lang.String name)
|
|
LDAPGroupWithAttributes |
SpringLDAPConnector.findGroupByName(java.lang.String name)
|
|
Group |
DbCachingRemoteDirectory.findGroupByName(java.lang.String name)
|
|
protected LDAPGroupWithAttributes |
SpringLDAPConnector.findGroupByNameAndType(java.lang.String name,
GroupType groupType)
|
|
GroupWithAttributes |
RemoteCrowdDirectory.findGroupWithAttributesByName(java.lang.String name)
|
|
GroupWithAttributes |
DelegatedAuthenticationDirectory.findGroupWithAttributesByName(java.lang.String name)
|
|
GroupWithAttributes |
AbstractInternalDirectory.findGroupWithAttributesByName(java.lang.String name)
|
|
GroupWithAttributes |
RemoteDirectory.findGroupWithAttributesByName(java.lang.String name)
Finds the group that matches the supplied name. |
|
LDAPGroupWithAttributes |
SpringLDAPConnector.findGroupWithAttributesByName(java.lang.String name)
|
|
GroupWithAttributes |
DbCachingRemoteDirectory.findGroupWithAttributesByName(java.lang.String name)
|
|
void |
RemoteCrowdDirectory.removeGroup(java.lang.String groupname)
|
|
void |
DelegatedAuthenticationDirectory.removeGroup(java.lang.String name)
|
|
void |
AbstractInternalDirectory.removeGroup(java.lang.String name)
|
|
void |
RemoteDirectory.removeGroup(java.lang.String name)
Removes the group that matches the supplied name. |
|
void |
SpringLDAPConnector.removeGroup(java.lang.String name)
|
|
void |
Rfc2307.removeGroup(java.lang.String name)
|
|
void |
DbCachingRemoteDirectory.removeGroup(java.lang.String name)
|
|
void |
RemoteCrowdDirectory.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
|
|
void |
DelegatedAuthenticationDirectory.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
|
|
void |
AbstractInternalDirectory.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
|
|
void |
RemoteDirectory.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
Removes all the values for a single attribute key for a group. |
|
void |
SpringLDAPConnector.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
|
|
void |
DbCachingRemoteDirectory.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
|
|
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)
|
|
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)
|
|
void |
RemoteCrowdDirectory.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
|
void |
DelegatedAuthenticationDirectory.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
|
void |
AbstractInternalDirectory.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
|
void |
RemoteDirectory.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
Adds or updates a group's attributes with the new Map of attribute values in the directory specified by the passed in directoryId. |
|
void |
SpringLDAPConnector.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
|
void |
DbCachingRemoteDirectory.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
|
protected
|
SpringLDAPConnector.typedEntityNotFoundException(java.lang.String name,
java.lang.Class<T> entityClass)
|
|
Group |
RemoteCrowdDirectory.updateGroup(GroupTemplate group)
|
|
Group |
DelegatedAuthenticationDirectory.updateGroup(GroupTemplate group)
|
|
Group |
AbstractInternalDirectory.updateGroup(GroupTemplate group)
|
|
Group |
RemoteDirectory.updateGroup(GroupTemplate group)
Updates the group. |
|
Group |
SpringLDAPConnector.updateGroup(GroupTemplate group)
|
|
Group |
Rfc2307.updateGroup(GroupTemplate group)
|
|
Group |
DbCachingRemoteDirectory.updateGroup(GroupTemplate group)
|
|
| Uses of GroupNotFoundException in com.atlassian.crowd.directory.hybrid |
|---|
| Methods in com.atlassian.crowd.directory.hybrid that throw GroupNotFoundException | |
|---|---|
void |
LocalGroupHandler.addLocalGroupToLocalGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
LocalGroupHandler.addUserToLocalGroup(java.lang.String username,
java.lang.String groupName)
|
Group |
LocalGroupHandler.findLocalGroup(java.lang.String groupName)
Finds a local group. |
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 GroupNotFoundException in com.atlassian.crowd.embedded.spi |
|---|
| Methods in com.atlassian.crowd.embedded.spi that throw GroupNotFoundException | |
|---|---|
BatchResult<java.lang.String> |
MembershipDao.addAllUsersToGroup(long directoryId,
java.util.Collection<java.lang.String> userNames,
java.lang.String groupName)
Adds all the given users into the given group. |
void |
MembershipDao.addGroupToGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
Adds group as a child of the (supposedly) parent group. |
void |
MembershipDao.addUserToGroup(long directoryId,
java.lang.String userName,
java.lang.String groupName)
Adds user as a member of group. |
InternalDirectoryGroup |
GroupDao.findByName(long directoryId,
java.lang.String name)
Finds group by name. |
GroupWithAttributes |
GroupDao.findByNameWithAttributes(long directoryId,
java.lang.String name)
Finds group by name. |
void |
GroupDao.remove(Group group)
Removes group. |
void |
GroupDao.removeAttribute(Group group,
java.lang.String attributeName)
Remove attributes from group. |
void |
MembershipDao.removeGroupFromGroup(long directoryId,
java.lang.String childGroup,
java.lang.String parentGroup)
Removes group from the parent group. |
void |
MembershipDao.removeUserFromGroup(long directoryId,
java.lang.String userName,
java.lang.String groupName)
Removes user as a member of the given group. |
Group |
GroupDao.rename(Group group,
java.lang.String newName)
Renames group. |
void |
GroupDao.storeAttributes(Group group,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
Stores attributes into group. |
Group |
GroupDao.update(Group group)
Updates group. |
| Uses of GroupNotFoundException in com.atlassian.crowd.integration.rest.service |
|---|
| Methods in com.atlassian.crowd.integration.rest.service that throw GroupNotFoundException | |
|---|---|
void |
RestCrowdClient.addGroupToGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
RestCrowdClient.addUserToGroup(java.lang.String username,
java.lang.String groupName)
|
java.util.List<Group> |
RestCrowdClient.getChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
Group |
RestCrowdClient.getGroup(java.lang.String name)
Get a group by name. |
GroupWithAttributes |
RestCrowdClient.getGroupWithAttributes(java.lang.String name)
|
java.util.List<java.lang.String> |
RestCrowdClient.getNamesOfChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<java.lang.String> |
RestCrowdClient.getNamesOfNestedChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<java.lang.String> |
RestCrowdClient.getNamesOfNestedUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<java.lang.String> |
RestCrowdClient.getNamesOfParentGroupsForGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<java.lang.String> |
RestCrowdClient.getNamesOfParentGroupsForNestedGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<java.lang.String> |
RestCrowdClient.getNamesOfUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<Group> |
RestCrowdClient.getNestedChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<User> |
RestCrowdClient.getNestedUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<Group> |
RestCrowdClient.getParentGroupsForGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<Group> |
RestCrowdClient.getParentGroupsForNestedGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
java.util.List<User> |
RestCrowdClient.getUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
|
void |
RestCrowdClient.removeGroup(java.lang.String groupName)
|
void |
RestCrowdClient.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
|
void |
RestCrowdClient.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
|
void |
RestCrowdClient.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
|
void |
RestCrowdClient.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
void |
RestCrowdClient.updateGroup(Group group)
|
| Uses of GroupNotFoundException in com.atlassian.crowd.manager.application |
|---|
| Methods in com.atlassian.crowd.manager.application that throw GroupNotFoundException | |
|---|---|
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 |
CachingApplicationService.addGroupToGroup(Application application,
java.lang.String childGroupName,
java.lang.String parentGroupName)
|
void |
ApplicationServiceGeneric.addGroupToGroup(Application application,
java.lang.String childGroupName,
java.lang.String parentGroupName)
|
void |
ApplicationService.addUserToGroup(Application application,
java.lang.String username,
java.lang.String groupName)
Makes the primary user of the given username a direct member of the group on the directory where the primary user resides. |
void |
TranslatingApplicationService.addUserToGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
void |
CachingApplicationService.addUserToGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
void |
ApplicationServiceGeneric.addUserToGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
Group |
ApplicationService.findGroupByName(Application application,
java.lang.String name)
Returns the first group with the matching groupname from all the active directories assigned to the application. |
Group |
TranslatingApplicationService.findGroupByName(Application application,
java.lang.String name)
|
Group |
CachingApplicationService.findGroupByName(Application application,
java.lang.String name)
|
Group |
ApplicationServiceGeneric.findGroupByName(Application application,
java.lang.String name)
|
GroupWithAttributes |
ApplicationService.findGroupWithAttributesByName(Application application,
java.lang.String name)
Returns the first group with the matching groupname from all the active directories assigned to the application. |
GroupWithAttributes |
TranslatingApplicationService.findGroupWithAttributesByName(Application application,
java.lang.String name)
|
GroupWithAttributes |
CachingApplicationService.findGroupWithAttributesByName(Application application,
java.lang.String name)
|
GroupWithAttributes |
ApplicationServiceGeneric.findGroupWithAttributesByName(Application application,
java.lang.String name)
|
void |
ApplicationService.removeGroup(Application application,
java.lang.String group)
Removes ALL groups from each of the application's assigned directories that are active. |
void |
TranslatingApplicationService.removeGroup(Application application,
java.lang.String group)
|
void |
CachingApplicationService.removeGroup(Application application,
java.lang.String group)
|
void |
ApplicationServiceGeneric.removeGroup(Application application,
java.lang.String groupname)
|
void |
ApplicationService.removeGroupAttributes(Application application,
java.lang.String groupname,
java.lang.String attributeName)
Removes a group's attribute values for all active permissible directories assigned to the application. |
void |
TranslatingApplicationService.removeGroupAttributes(Application application,
java.lang.String groupname,
java.lang.String attributeName)
|
void |
CachingApplicationService.removeGroupAttributes(Application application,
java.lang.String groupname,
java.lang.String attributeName)
|
void |
ApplicationServiceGeneric.removeGroupAttributes(Application application,
java.lang.String groupname,
java.lang.String attributeName)
|
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 |
CachingApplicationService.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 the primary user of the given username no longer a member of the group on the directory where the primary user resides. |
void |
TranslatingApplicationService.removeUserFromGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
void |
CachingApplicationService.removeUserFromGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
void |
ApplicationServiceGeneric.removeUserFromGroup(Application application,
java.lang.String username,
java.lang.String groupName)
|
void |
ApplicationService.storeGroupAttributes(Application application,
java.lang.String groupname,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
Adds or updates a group's attributes with the new Map of attribute values for all active permissible directories assigned to the application. |
void |
TranslatingApplicationService.storeGroupAttributes(Application application,
java.lang.String groupname,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
void |
CachingApplicationService.storeGroupAttributes(Application application,
java.lang.String groupname,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
void |
ApplicationServiceGeneric.storeGroupAttributes(Application application,
java.lang.String groupname,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
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 GroupNotFoundException in com.atlassian.crowd.manager.directory |
|---|
| Methods in com.atlassian.crowd.manager.directory that throw GroupNotFoundException | |
|---|---|
BulkAddResult<java.lang.String> |
DirectoryManager.addAllUsersToGroup(long directoryID,
java.util.Collection<java.lang.String> userNames,
java.lang.String groupName)
A bulk version of DirectoryManager.addUserToGroup(long, String, String). |
BulkAddResult<java.lang.String> |
DirectoryManagerGeneric.addAllUsersToGroup(long directoryId,
java.util.Collection<java.lang.String> userNames,
java.lang.String groupName)
|
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)
|
Group |
DirectoryManager.findGroupByName(long directoryId,
java.lang.String groupName)
Returns the group matching the supplied groupName in the directory specified by the passed in directoryId.. |
Group |
DirectoryManagerGeneric.findGroupByName(long directoryId,
java.lang.String groupName)
|
GroupWithAttributes |
DirectoryManager.findGroupWithAttributesByName(long directoryId,
java.lang.String groupName)
Returns the group with all attributes matching the supplied groupName in the directory specified by the passed in directoryId.. |
GroupWithAttributes |
DirectoryManagerGeneric.findGroupWithAttributesByName(long directoryId,
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.removeGroupAttributes(long directoryId,
java.lang.String groupName,
java.lang.String attributeName)
Removes a group's attribute values in the directory specified by the passed in directoryId. |
void |
DirectoryManagerGeneric.removeGroupAttributes(long directoryId,
java.lang.String groupName,
java.lang.String attributeName)
|
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.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)
|
void |
DirectoryManager.storeGroupAttributes(long directoryId,
java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
Adds or updates a group's attributes with the new Map of attribute values in the directory specified by the passed in directoryId. |
void |
DirectoryManagerGeneric.storeGroupAttributes(long directoryId,
java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
|
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 GroupNotFoundException in com.atlassian.crowd.plugin.rest.exception.mapper |
|---|
| Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type GroupNotFoundException | |
|---|---|
javax.ws.rs.core.Response |
GroupNotFoundExceptionMapper.toResponse(GroupNotFoundException exception)
|
| Uses of GroupNotFoundException in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.controller that throw GroupNotFoundException | |
|---|---|
void |
GroupsController.addDirectChildGroup(java.lang.String applicationName,
java.lang.String groupName,
java.lang.String childGroupName)
Adds a direct child group membership. |
void |
GroupsController.addDirectParentGroup(java.lang.String applicationName,
java.lang.String groupName,
java.lang.String parentGroupName)
Adds a direct parent group membership. |
void |
GroupsController.addDirectUser(java.lang.String applicationName,
java.lang.String groupName,
java.lang.String username)
Adds user as direct member of group. |
java.lang.String |
GroupsController.addGroup(java.lang.String applicationName,
GroupEntity group)
Adds a new group. |
void |
UsersController.addUserToGroup(java.lang.String applicationName,
java.lang.String userName,
java.lang.String groupName)
Adds a user to a group. |
void |
GroupsController.deleteDirectChildGroup(java.lang.String applicationName,
java.lang.String groupName,
java.lang.String childGroupName)
Deletes a child group membership. |
void |
GroupsController.deleteDirectUser(java.lang.String applicationName,
java.lang.String groupName,
java.lang.String username)
Removes the user membership. |
GroupEntity |
GroupsController.findGroupByName(java.lang.String applicationName,
java.lang.String name,
boolean expandAttributes,
java.net.URI baseURI)
Returns the group specified by the name. |
void |
GroupsController.removeGroup(java.lang.String applicationName,
java.lang.String groupName)
Removes a group. |
void |
GroupsController.removeGroupAttributes(java.lang.String applicationName,
java.lang.String groupName,
java.lang.String attributeName)
Removes a group's attribute. |
void |
UsersController.removeUserFromGroup(java.lang.String applicationName,
java.lang.String userName,
java.lang.String groupName)
Removes a user from a group. |
void |
GroupsController.storeGroupAttributes(java.lang.String applicationName,
java.lang.String groupName,
MultiValuedAttributeEntityList attributes)
Stores the attributes for a group. |
GroupEntity |
GroupsController.updateGroup(java.lang.String applicationName,
GroupEntity group,
java.net.URI baseURI)
Updates a group. |
| Uses of GroupNotFoundException in com.atlassian.crowd.plugin.rest.service.resource |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.resource that throw GroupNotFoundException | |
|---|---|
javax.ws.rs.core.Response |
GroupsResource.addDirectUser(java.lang.String groupName,
UserEntity user)
|
javax.ws.rs.core.Response |
GroupsResource.addGroup(GroupEntity restGroup)
Adds a new group. |
javax.ws.rs.core.Response |
GroupsResource.deleteDirectChildGroup(java.lang.String groupName,
java.lang.String childGroupName)
|
javax.ws.rs.core.Response |
GroupsResource.deleteDirectUser(java.lang.String groupName,
java.lang.String username)
|
javax.ws.rs.core.Response |
GroupsResource.deleteGroupAttribute(java.lang.String groupname,
java.lang.String attributeName)
|
javax.ws.rs.core.Response |
GroupsResource.getGroup(java.lang.String groupName)
|
javax.ws.rs.core.Response |
GroupsResource.getGroupAttributes(java.lang.String groupName)
|
javax.ws.rs.core.Response |
GroupsResource.getMemberships()
This method will only return XML, not JSON. |
javax.ws.rs.core.Response |
GroupsResource.removeGroup(java.lang.String groupname)
|
javax.ws.rs.core.Response |
UsersResource.removeUserFromGroup(java.lang.String userName,
java.lang.String groupName)
Removes a user from a group. |
javax.ws.rs.core.Response |
GroupsResource.storeGroupAttributes(java.lang.String groupname,
MultiValuedAttributeEntityList attributes)
Stores the group attributes |
javax.ws.rs.core.Response |
GroupsResource.updateGroup(java.lang.String groupName,
GroupEntity restGroup)
Updates an existing group. |
| Uses of GroupNotFoundException in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that throw GroupNotFoundException | |
|---|---|
static GroupEntity |
GroupEntityUtil.expandGroup(ApplicationService applicationService,
Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
Expands a GroupEntity from its minimal form to the expanded version. |
| Uses of GroupNotFoundException in com.atlassian.crowd.service |
|---|
| Methods in com.atlassian.crowd.service that throw GroupNotFoundException | |
|---|---|
void |
GroupMembershipManager.addMembership(java.lang.String userName,
java.lang.String groupName)
Adds a user identified by userName to the group identified by groupName. |
SOAPGroup |
GroupManager.getGroup(java.lang.String groupName)
Given a groupName, returns a SOAPGroup that represents the group. |
java.util.List |
GroupMembershipManager.getMembers(java.lang.String groupName)
Obtains a list of all users in the group identified by groupName, sorted naturally. |
void |
GroupManager.removeGroup(java.lang.String groupName)
Removes a group from Crowd. |
void |
GroupMembershipManager.removeMembership(java.lang.String userName,
java.lang.String groupName)
Removes a user identified by userName from the group identified by groupName. |
void |
GroupManager.updateGroup(SOAPGroup group)
Updates a group's details in Crowd. |
| Uses of GroupNotFoundException in com.atlassian.crowd.service.cache |
|---|
| Methods in com.atlassian.crowd.service.cache that throw GroupNotFoundException | |
|---|---|
void |
CachingGroupMembershipManager.addMembership(java.lang.String userName,
java.lang.String groupName)
|
SOAPGroup |
CachingGroupManager.getGroup(java.lang.String groupName)
See also CachingGroupMembershipManager.getMembers(String)} for similar logic. |
java.util.List |
CachingGroupMembershipManager.getMembers(java.lang.String groupName)
Also see CachingGroupManager.getGroup(String) for very similar logic. |
void |
CachingGroupManager.removeGroup(java.lang.String groupName)
|
void |
CachingGroupMembershipManager.removeMembership(java.lang.String userName,
java.lang.String groupName)
|
void |
CachingGroupManager.updateGroup(SOAPGroup group)
|
| Uses of GroupNotFoundException in com.atlassian.crowd.service.client |
|---|
| Methods in com.atlassian.crowd.service.client that throw GroupNotFoundException | |
|---|---|
void |
CrowdClient.addGroupToGroup(java.lang.String childGroup,
java.lang.String parentGroup)
Adds a group to a group. |
void |
CrowdClient.addUserToGroup(java.lang.String username,
java.lang.String groupName)
Adds a user to a group. |
java.util.List<Group> |
CrowdClient.getChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups who are direct members of a group. |
Group |
CrowdClient.getGroup(java.lang.String name)
Gets a group by name. |
GroupWithAttributes |
CrowdClient.getGroupWithAttributes(java.lang.String name)
Gets a group with attributes by name. |
java.util.List<java.lang.String> |
CrowdClient.getNamesOfChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups who are direct members of a group, returning the group names. |
java.util.List<java.lang.String> |
CrowdClient.getNamesOfNestedChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups who are nested members of a group, returning the group names. |
java.util.List<java.lang.String> |
CrowdClient.getNamesOfNestedUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for users who are nested members of a group, returning the user names. |
java.util.List<java.lang.String> |
CrowdClient.getNamesOfParentGroupsForGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups that a group is a direct member of, returning the group names. |
java.util.List<java.lang.String> |
CrowdClient.getNamesOfParentGroupsForNestedGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups that a group is a nested member of, returning the group names. |
java.util.List<java.lang.String> |
CrowdClient.getNamesOfUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for users who are direct members of a group, returning the user names. |
java.util.List<Group> |
CrowdClient.getNestedChildGroupsOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups who are nested members of a group. |
java.util.List<User> |
CrowdClient.getNestedUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for users who are nested members of a group. |
java.util.List<Group> |
CrowdClient.getParentGroupsForGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups that a group is a direct member of. |
java.util.List<Group> |
CrowdClient.getParentGroupsForNestedGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for groups that a group is a nested member of. |
java.util.List<User> |
CrowdClient.getUsersOfGroup(java.lang.String groupName,
int startIndex,
int maxResults)
Searches for users who are direct members of a group. |
void |
CrowdClient.removeGroup(java.lang.String groupName)
Removes a group from the remote Crowd server |
void |
CrowdClient.removeGroupAttributes(java.lang.String groupName,
java.lang.String attributeName)
Removes a group attribute (set) from the server. |
void |
CrowdClient.removeGroupFromGroup(java.lang.String childGroup,
java.lang.String parentGroup)
Removes a group to a group. |
void |
CrowdClient.removeUserFromGroup(java.lang.String username,
java.lang.String groupName)
Removes a user from a group. |
void |
CrowdClient.storeGroupAttributes(java.lang.String groupName,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
Stores the group's attributes on the remote Crowd server. |
void |
CrowdClient.updateGroup(Group group)
Updates a group on the remote Crowd server. |
| Uses of GroupNotFoundException in com.atlassian.crowd.service.soap.client |
|---|
| Methods in com.atlassian.crowd.service.soap.client that throw GroupNotFoundException | |
|---|---|
void |
SecurityServerClientImpl.addAttributeToGroup(java.lang.String group,
SOAPAttribute attribute)
|
void |
SecurityServerClient.addAttributeToGroup(java.lang.String group,
SOAPAttribute attribute)
Adds an attribute to a group that is in the application's assigned directory. |
void |
SecurityServerClientImpl.addPrincipalToGroup(java.lang.String principal,
java.lang.String group)
|
void |
SecurityServerClient.addPrincipalToGroup(java.lang.String principal,
java.lang.String group)
Adds a principal to a group for the application's assigned directory. |
void |
SecurityServerClientImpl.addPrincipalToRole(java.lang.String principal,
java.lang.String role)
|
void |
SecurityServerClient.addPrincipalToRole(java.lang.String principal,
java.lang.String role)
Adds the principal to a role for the application's assigned directory. |
SOAPGroup |
SecurityServerClientImpl.findGroupByName(java.lang.String name)
|
SOAPGroup |
SecurityServerClient.findGroupByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPGroup |
SecurityServerClientImpl.findGroupWithAttributesByName(java.lang.String name)
|
SOAPGroup |
SecurityServerClient.findGroupWithAttributesByName(java.lang.String name)
Find a group by name for the application's assigned directory. |
SOAPRole |
SecurityServerClientImpl.findRoleByName(java.lang.String name)
|
SOAPRole |
SecurityServerClient.findRoleByName(java.lang.String name)
Finds a role by name for the application's assigned directory. |
void |
SecurityServerClientImpl.removeAttributeFromGroup(java.lang.String group,
java.lang.String attribute)
|
void |
SecurityServerClient.removeAttributeFromGroup(java.lang.String group,
java.lang.String attribute)
Removes an attribute from a group that is in the application's assigned directory. |
void |
SecurityServerClientImpl.removeGroup(java.lang.String group)
|
void |
SecurityServerClient.removeGroup(java.lang.String group)
Removes a group from the application's assigned directory. |
void |
SecurityServerClientImpl.removePrincipalFromGroup(java.lang.String principal,
java.lang.String group)
|
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)
|
void |
SecurityServerClient.removePrincipalFromRole(java.lang.String principal,
java.lang.String role)
Removes a principal from a role for the application's assigned directory. |
void |
SecurityServerClientImpl.removeRole(java.lang.String role)
|
void |
SecurityServerClient.removeRole(java.lang.String role)
Removes a role from the application's assigned directory. |
void |
SecurityServerClientImpl.updateGroup(java.lang.String group,
java.lang.String description,
boolean active)
|
void |
SecurityServerClient.updateGroup(java.lang.String group,
java.lang.String description,
boolean active)
Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active |
void |
SecurityServerClientImpl.updateGroupAttribute(java.lang.String name,
SOAPAttribute attribute)
|
void |
SecurityServerClient.updateGroupAttribute(java.lang.String name,
SOAPAttribute attribute)
Updates an attribute for a group that is in the application's assigned directory. |
| Uses of GroupNotFoundException in com.atlassian.crowd.util |
|---|
| Methods in com.atlassian.crowd.util with parameters of type GroupNotFoundException | |
|---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(GroupNotFoundException e)
|
| Methods in com.atlassian.crowd.util that throw GroupNotFoundException | |
|---|---|
static void |
SoapExceptionTranslator.throwEquivalentGroupNotFoundException(ObjectNotFoundException e)
Throws the equivalent GroupNotFoundException from ObjectNotFoundException. |
static void |
SoapExceptionTranslator.throwEquivalentUserOrGroupNotFoundException(ObjectNotFoundException e)
Throws the equivalent UserNotFoundException or GroupNotFoundException from ObjectNotFoundException. |
static void |
SoapExceptionTranslator.throwEquivalentUserOrGroupOrMembershipNotFoundException(ObjectNotFoundException e)
Throws the equivalent UserNotFoundException, GroupNotFoundException, MembershipNotFoundException from ObjectNotFoundException. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||