| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryCacheImplUsingChangeOperations.deleteCachedGroupsNotIn(GroupType groupType,
List<? extends Group> remoteGroups,
Date syncStartDate) |
void |
DbCachingRemoteChangeOperations.deleteCachedGroupsNotIn(GroupType groupType,
List<? extends Group> remoteGroups,
Date syncStartDate) |
void |
DirectoryCacheChangeOperations.deleteCachedGroupsNotIn(GroupType groupType,
List<? extends Group> ldapGroups,
Date syncStartDate) |
protected LDAPGroupWithAttributes |
SpringLDAPConnector.findGroupByNameAndType(String name,
GroupType groupType) |
protected List<LDAPUserWithAttributes> |
RFC4519Directory.findUserMembersOfGroupViaMemberDN(String groupName,
GroupType groupType,
int startIndex,
int maxResults) |
protected List<LDAPUserWithAttributes> |
MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberDN(String groupName,
GroupType groupType,
int startIndex,
int maxResults) |
protected Iterable<LDAPUserWithAttributes> |
RFC4519Directory.findUserMembersOfGroupViaMemberOf(String groupName,
GroupType groupType,
int startIndex,
int maxResults) |
protected Iterable<LDAPUserWithAttributes> |
MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberOf(String groupName,
GroupType groupType,
int startIndex,
int maxResults) |
ContextMapperWithRequiredAttributes<LDAPGroupWithAttributes> |
SpringLDAPConnector.getGroupContextMapper(GroupType groupType,
boolean withAllAttributes)
Returns a ContextMapper ready to translate LDAP objects into Groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MockDirectoryCache.deleteCachedGroupsNotIn(GroupType groupType,
List<? extends Group> remoteGroups,
Date syncStartDate) |
| Modifier and Type | Field and Description |
|---|---|
protected GroupType |
GroupContextMapper.groupType |
| Constructor and Description |
|---|
GroupContextMapper(long directoryId,
GroupType groupType,
LDAPPropertiesMapper ldapPropertiesMapper,
List<AttributeMapper> customAttributeMappers) |
| Modifier and Type | Field and Description |
|---|---|
protected GroupType |
LDAPGroupAttributesMapper.groupType |
| Constructor and Description |
|---|
LDAPGroupAttributesMapper(long directoryId,
GroupType groupType,
LDAPPropertiesMapper ldapPropertiesMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryCache.deleteCachedGroupsNotIn(GroupType groupType,
List<? extends Group> remoteGroups,
Date syncStartDate) |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
GroupEntity.getType() |
| Constructor and Description |
|---|
GroupEntity(String name,
String description,
GroupType type,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
DelegatingGroupWithAttributes.getType() |
GroupType |
LDAPGroupWithAttributes.getType() |
GroupType |
InternalGroupWithAttributes.getType() |
GroupType |
InternalGroup.getType() |
GroupType |
GroupTemplate.getType() |
GroupType |
ImmutableGroup.getType() |
GroupType |
Group.getType() |
static GroupType |
GroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupType[] |
GroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupTemplate.setType(GroupType type) |
ImmutableGroup.Builder |
ImmutableGroup.Builder.setType(GroupType type) |
| Constructor and Description |
|---|
GroupTemplate(String name,
long directoryId,
GroupType type)
Build a template for a new group.
|
GroupTemplateWithAttributes(String groupName,
long directoryId,
GroupType groupType) |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
InternalMembership.getGroupType() |
| Constructor and Description |
|---|
InternalMembership(Long id,
Long parentId,
Long childId,
MembershipType membershipType,
GroupType groupType,
String parentName,
String childName,
Directory directory,
Date createdDate)
This constructor is only used for XML imports.
|
| Modifier and Type | Method and Description |
|---|---|
GroupType |
GroupEntity.getType() |
| Constructor and Description |
|---|
GroupEntity(String name,
String description,
GroupType type,
Boolean active,
com.atlassian.plugins.rest.common.Link link) |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
EntityDescriptor.getGroupType() |
| Modifier and Type | Method and Description |
|---|---|
static EntityDescriptor |
EntityDescriptor.group(GroupType groupType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
QueryBuilder.PartialEntityQuery.ofType(GroupType groupType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HQLQueryTranslater.appendGroupTypeRestrictionAsHQL(HQLQuery hql,
GroupType groupType) |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
GroupQuery.getGroupType() |
| Constructor and Description |
|---|
GroupQuery(Class<T> returnType,
GroupType groupType,
SearchRestriction searchRestriction,
int startIndex,
int maxResults) |
Copyright © 2019 Atlassian. All rights reserved.