Modifier and Type | Method and Description |
---|---|
protected GroupTemplate |
AddGroup.syncFieldsToGroup()
Ensures that the
group contains the same values as the object fields (eg name , active ). |
Modifier and Type | Method and Description |
---|---|
Set<GroupTemplate> |
DirectoryCacheChangeOperations.GroupsToAddUpdateReplace.getGroupsToAdd() |
Map<String,GroupTemplate> |
DirectoryCacheChangeOperations.GroupsToAddUpdateReplace.getGroupsToReplace() |
Set<GroupTemplate> |
DirectoryCacheChangeOperations.GroupsToAddUpdateReplace.getGroupsToUpdate() |
Modifier and Type | Method and Description |
---|---|
Group |
AzureAdDirectory.addGroup(GroupTemplate group) |
Group |
AuditingDirectoryDecorator.addGroup(GroupTemplate group) |
Group |
DbCachingRemoteDirectory.addGroup(GroupTemplate group) |
Group |
Rfc2307.addGroup(GroupTemplate group) |
Group |
SpringLDAPConnector.addGroup(GroupTemplate group) |
Group |
RemoteCrowdDirectory.addGroup(GroupTemplate group) |
Group |
AbstractForwardingDirectory.addGroup(GroupTemplate group) |
Group |
DelegatedAuthenticationDirectory.addGroup(GroupTemplate group) |
Group |
AbstractInternalDirectory.addGroup(GroupTemplate group) |
Group |
MockSimpleRemoteDirectory.addGroup(GroupTemplate group) |
Group |
RemoteDirectory.addGroup(GroupTemplate group)
Adds a
group to the directory store. |
Group |
InternalDirectory.addLocalGroup(GroupTemplate group) |
abstract Group |
AbstractInternalDirectory.addLocalGroup(GroupTemplate group) |
Group |
CachingDirectory.addLocalGroup(GroupTemplate group) |
Group |
InternalRemoteDirectory.addLocalGroup(GroupTemplate group)
Adds a "local" group to the directory.
|
Group |
AzureAdDirectory.updateGroup(GroupTemplate group) |
Group |
AuditingDirectoryDecorator.updateGroup(GroupTemplate group) |
Group |
DbCachingRemoteDirectory.updateGroup(GroupTemplate group) |
Group |
Rfc2307.updateGroup(GroupTemplate group) |
Group |
SpringLDAPConnector.updateGroup(GroupTemplate group) |
Group |
RemoteCrowdDirectory.updateGroup(GroupTemplate group) |
Group |
AbstractForwardingDirectory.updateGroup(GroupTemplate group) |
Group |
AbstractInternalDirectory.updateGroup(GroupTemplate group) |
Group |
MockSimpleRemoteDirectory.updateGroup(GroupTemplate group) |
Group |
RemoteDirectory.updateGroup(GroupTemplate group)
Updates the
group . |
Modifier and Type | Method and Description |
---|---|
BatchResult<Group> |
InternalDirectory.addAllGroups(Set<GroupTemplate> groups) |
BatchResult<Group> |
CachingDirectory.addAllGroups(Set<GroupTemplate> groups) |
BatchResult<Group> |
InternalRemoteDirectory.addAllGroups(Set<GroupTemplate> groups)
Adds a collection of groups to the directory.
|
void |
DbCachingRemoteChangeOperations.addGroups(Set<GroupTemplate> groupsToAdd) |
void |
DirectoryCacheChangeOperations.addGroups(Set<GroupTemplate> allToAdd) |
void |
DbCachingRemoteChangeOperations.updateGroups(Collection<GroupTemplate> groupsToUpdate) |
void |
DirectoryCacheChangeOperations.updateGroups(Collection<GroupTemplate> groupsToUpdate) |
Constructor and Description |
---|
GroupsToAddUpdateReplace(Set<GroupTemplate> groupsToAdd,
Set<GroupTemplate> groupsToUpdate,
Map<String,GroupTemplate> groupsToReplace) |
GroupsToAddUpdateReplace(Set<GroupTemplate> groupsToAdd,
Set<GroupTemplate> groupsToUpdate,
Map<String,GroupTemplate> groupsToReplace) |
GroupsToAddUpdateReplace(Set<GroupTemplate> groupsToAdd,
Set<GroupTemplate> groupsToUpdate,
Map<String,GroupTemplate> groupsToReplace) |
Modifier and Type | Method and Description |
---|---|
Group |
LocalGroupHandler.createLocalGroup(GroupTemplate groupTemplate)
Creates a local group with the supplied template.
|
Group |
LocalGroupHandler.updateLocalGroup(GroupTemplate groupTemplate)
Updates a local group.
|
Modifier and Type | Method and Description |
---|---|
Collection<GroupTemplate> |
CsvImporter.findGroups(Configuration configuration) |
Collection<GroupTemplate> |
DirectoryImporter.findGroups(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
GroupTemplate |
GroupMapper.mapRow(String[] resultSet) |
Modifier and Type | Method and Description |
---|---|
Group |
ApplicationServiceGeneric.addGroup(Application application,
GroupTemplate group) |
Group |
TranslatingApplicationService.addGroup(Application application,
GroupTemplate group) |
Group |
AbstractDelegatingApplicationService.addGroup(Application application,
GroupTemplate group) |
Group |
ApplicationService.addGroup(Application application,
GroupTemplate group)
Adds the group to ALL the active permissible directories.
|
Group |
ApplicationServiceGeneric.updateGroup(Application application,
GroupTemplate group) |
Group |
TranslatingApplicationService.updateGroup(Application application,
GroupTemplate group) |
Group |
AbstractDelegatingApplicationService.updateGroup(Application application,
GroupTemplate group) |
Group |
ApplicationService.updateGroup(Application application,
GroupTemplate group)
Updates the group in ALL the active permissible directories.
|
Modifier and Type | Method and Description |
---|---|
Group |
DirectoryManagerGeneric.addGroup(long directoryId,
GroupTemplate group) |
Group |
DirectoryManager.addGroup(long directoryId,
GroupTemplate group)
Adds a Group to the directory specified by the passed in
directoryId . |
Group |
DirectoryManagerGeneric.updateGroup(long directoryId,
GroupTemplate group) |
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 . |
Modifier and Type | Method and Description |
---|---|
BulkAddResult<Group> |
DirectoryManagerGeneric.addAllGroups(long directoryId,
Collection<GroupTemplate> groups,
boolean overwrite) |
BulkAddResult<Group> |
DirectoryManager.addAllGroups(long directoryId,
Collection<GroupTemplate> groups,
boolean overwrite)
Will add a collection of Group to the directory specified by the passed in
directoryId param. |
Modifier and Type | Method and Description |
---|---|
Group |
RecoveryModeRemoteDirectory.addGroup(GroupTemplate group) |
Group |
RecoveryModeRemoteDirectory.updateGroup(GroupTemplate group) |
Modifier and Type | Class and Description |
---|---|
class |
GroupTemplateWithAttributes
Mutable group template with mutable attributes.
|
Modifier and Type | Method and Description |
---|---|
GroupTemplate |
GroupTemplate.withDirectoryId(long directoryId) |
Constructor and Description |
---|
InternalGroup(InternalEntityTemplate internalEntityTemplate,
Directory directory,
GroupTemplate groupTemplate) |
Modifier and Type | Method and Description |
---|---|
static GroupTemplate |
EntityTranslator.toGroup(GroupEntity groupEntity) |
Modifier and Type | Method and Description |
---|---|
static GroupTemplate |
ObjectTranslator.processGroup(SOAPGroup soapGroup) |
static GroupTemplate |
ObjectTranslator.processRole(SOAPRole soapRole) |
Copyright © 2020 Atlassian. All rights reserved.