Modifier and Type | Method and Description |
---|---|
void |
MembershipDAOHibernate.addGroupToGroup(long directoryId,
String childGroup,
String parentGroup) |
void |
MembershipDAOHibernate.addUserToGroup(long directoryId,
String username,
String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
AzureAdDirectory.addGroupToGroup(String childGroup,
String parentGroup) |
void |
AuditingDirectoryDecorator.addGroupToGroup(String childGroup,
String parentGroup) |
void |
DbCachingRemoteDirectory.addGroupToGroup(String childGroup,
String parentGroup) |
void |
RFC4519Directory.addGroupToGroup(String childGroup,
String parentGroup) |
void |
RemoteCrowdDirectory.addGroupToGroup(String childGroup,
String parentGroup) |
void |
AbstractForwardingDirectory.addGroupToGroup(String childGroup,
String parentGroup) |
void |
AbstractInternalDirectory.addGroupToGroup(String childGroup,
String parentGroup) |
void |
RemoteDirectory.addGroupToGroup(String childGroup,
String parentGroup)
Adds a group as a member of a parent group.
|
void |
AzureAdDirectory.addUserToGroup(String username,
String groupName) |
void |
AuditingDirectoryDecorator.addUserToGroup(String username,
String groupName) |
void |
DbCachingRemoteDirectory.addUserToGroup(String username,
String groupName) |
void |
MicrosoftActiveDirectory.addUserToGroup(String username,
String groupName) |
void |
RFC4519Directory.addUserToGroup(String username,
String groupName) |
void |
RemoteCrowdDirectory.addUserToGroup(String username,
String groupName) |
void |
AbstractForwardingDirectory.addUserToGroup(String username,
String groupName) |
void |
AbstractInternalDirectory.addUserToGroup(String username,
String groupName) |
void |
MockSimpleRemoteDirectory.addUserToGroup(String username,
String groupName) |
void |
RemoteDirectory.addUserToGroup(String username,
String groupName)
Adds a user as a member of a group.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalGroupHandler.addUserToLocalGroup(String username,
String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
MembershipDao.addGroupToGroup(long directoryId,
String childGroup,
String parentGroup)
Adds group as a child of the (supposedly) parent group.
|
void |
MembershipDao.addUserToGroup(long directoryId,
String userName,
String groupName)
Adds user as a member of group.
|
Modifier and Type | Method and Description |
---|---|
void |
RestCrowdClient.addGroupToGroup(String childGroup,
String parentGroup) |
void |
RestCrowdClient.addUserToGroup(String username,
String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationServiceGeneric.addGroupToGroup(Application application,
String childGroupName,
String parentGroupName) |
void |
AbstractDelegatingApplicationService.addGroupToGroup(Application application,
String childGroupName,
String parentGroupName) |
void |
ApplicationService.addGroupToGroup(Application application,
String childGroupName,
String parentGroupName)
Makes groups matching the given name (childGroupName) direct members of the group (parentGroupName) across ALL active directories.
|
void |
ApplicationServiceGeneric.addUserToGroup(Application application,
String username,
String groupName) |
void |
TranslatingApplicationService.addUserToGroup(Application application,
String username,
String groupName) |
void |
AbstractDelegatingApplicationService.addUserToGroup(Application application,
String username,
String groupName) |
void |
ApplicationService.addUserToGroup(Application application,
String username,
String groupName)
Makes the primary user of the given username a direct member of the group on the directory where the primary user resides.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryManagerGeneric.addGroupToGroup(long directoryId,
String childGroup,
String parentGroup) |
void |
DirectoryManager.addGroupToGroup(long directoryId,
String childGroup,
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.addUserToGroup(long directoryId,
String username,
String groupName) |
void |
DirectoryManager.addUserToGroup(long directoryId,
String username,
String groupName)
Adds an existing user as a direct member of an existing group in the directory specified by the passed in
directoryId . |
Modifier and Type | Method and Description |
---|---|
void |
RecoveryModeRemoteDirectory.addGroupToGroup(String childGroup,
String parentGroup) |
void |
RecoveryModeRemoteDirectory.addUserToGroup(String username,
String groupName) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MembershipAlreadyExistsExceptionMapper.toResponse(MembershipAlreadyExistsException exception) |
Modifier and Type | Method and Description |
---|---|
void |
GroupsController.addDirectChildGroup(String groupName,
String childGroupName)
Adds a direct child group membership.
|
void |
GroupsController.addDirectParentGroup(String groupName,
String parentGroupName)
Adds a direct parent group membership.
|
void |
GroupsController.addDirectUser(String groupName,
String username)
Adds user as direct member of group.
|
void |
UsersController.addUserToGroup(String userName,
String groupName)
Adds a user to a group.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupsResource.addDirectChildGroupMembership(String groupName,
GroupEntity childGroup)
Adds a direct child group membership.
|
javax.ws.rs.core.Response |
GroupsResource.addDirectParentGroupMembership(String groupName,
GroupEntity parentGroup)
Adds a direct parent group membership.
|
javax.ws.rs.core.Response |
GroupsResource.addUserAsDirectGroupMember(String groupName,
UserEntity user)
Adds a user as a direct member of the specified group.
|
javax.ws.rs.core.Response |
UsersResource.addUserToGroup(String userName,
GroupEntity parentGroup)
Adds a user as a direct member of the group
|
Modifier and Type | Method and Description |
---|---|
void |
CrowdClient.addGroupToGroup(String childGroup,
String parentGroup)
Adds a group to a group.
|
void |
CrowdClient.addUserToGroup(String username,
String groupName)
Adds a user to a group.
|
Copyright © 2020 Atlassian. All rights reserved.