| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.directory.synchronisation.cache | |
| com.atlassian.crowd.embedded.spi | |
| com.atlassian.crowd.model.group |
| Modifier and Type | Method and Description |
|---|---|
InternalDirectoryGroup |
AbstractInternalDirectory.findGroupByName(String name) |
InternalDirectoryGroup |
InternalRemoteDirectory.findGroupByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
ExternalIdCheckingGroupActionStrategy.decide(InternalDirectoryGroup internalGroup,
InternalDirectoryGroup groupMatchedByExternalId,
Group remoteGroup,
Date syncStartDate,
long directoryId) |
DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
DefaultGroupActionStrategy.decide(InternalDirectoryGroup groupMatchedByName,
InternalDirectoryGroup groupMatchedByExternalId,
Group remoteGroup,
Date syncStartDate,
long directoryId) |
DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
GroupActionStrategy.decide(InternalDirectoryGroup groupMatchedByName,
InternalDirectoryGroup groupMatchedByExternalId,
Group remoteGroup,
Date syncStartDate,
long directoryId) |
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
AbstractGroupActionStrategy.replaceGroup(InternalDirectoryGroup internalGroup,
Group remoteGroup) |
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
AbstractGroupActionStrategy.updateGroup(InternalDirectoryGroup internalGroup,
Group remoteGroup) |
protected boolean |
AbstractGroupActionStrategy.wasGroupUpdatedAfterSearchStart(Group remoteGroup,
InternalDirectoryGroup internalGroup,
Date syncStartDate,
long directoryId) |
| Modifier and Type | Method and Description |
|---|---|
InternalDirectoryGroup |
GroupDao.findByName(long directoryId,
String name)
Finds group by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDirectoryGroup |
class |
ImmutableDirectoryGroupWithAttributes |
class |
InternalGroup
Encapsulates the concept of group.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDirectoryGroup.Builder |
ImmutableDirectoryGroup.builder(InternalDirectoryGroup group) |
static ImmutableDirectoryGroupWithAttributes.Builder |
ImmutableDirectoryGroupWithAttributes.builder(InternalDirectoryGroup group,
com.google.common.collect.SetMultimap<String,String> attributes) |
static ImmutableDirectoryGroup |
ImmutableDirectoryGroup.from(InternalDirectoryGroup group) |
| Constructor and Description |
|---|
Builder(InternalDirectoryGroup group,
com.google.common.collect.SetMultimap<String,String> attributes) |
Copyright © 2024 Atlassian. All rights reserved.