Modifier and Type | Method and Description |
---|---|
LDAPGroupWithAttributes |
SpringLDAPConnector.findGroupByName(String name) |
protected LDAPGroupWithAttributes |
SpringLDAPConnector.findGroupByNameAndType(String name,
GroupType groupType) |
LDAPGroupWithAttributes |
SpringLDAPConnector.findGroupWithAttributesByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<LDAPGroupWithAttributes> |
MicrosoftActiveDirectory.findAddedOrUpdatedGroupsSince(long usnChanged) |
protected List<? extends LDAPGroupWithAttributes> |
MicrosoftActiveDirectory.findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes> query) |
protected List<? extends LDAPGroupWithAttributes> |
RFC4519Directory.findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes> query) |
ContextMapperWithRequiredAttributes<LDAPGroupWithAttributes> |
SpringLDAPConnector.getGroupContextMapper(GroupType groupType,
boolean withAllAttributes)
Returns a ContextMapper ready to translate LDAP objects into Groups.
|
protected List<LDAPGroupWithAttributes> |
MicrosoftActiveDirectory.postprocessGroups(List<LDAPGroupWithAttributes> groups) |
protected List<LDAPGroupWithAttributes> |
SpringLDAPConnector.postprocessGroups(List<LDAPGroupWithAttributes> groups)
Perform any post-processing on groups.
|
protected Collection<LDAPGroupWithAttributes> |
RFC4519Directory.searchGroupsByAttribute(Set<String> propertyValues,
Function<List<String>,org.springframework.ldap.filter.Filter> filterFunction) |
Collection<LDAPGroupWithAttributes> |
RFC4519Directory.searchGroupsByDns(Set<String> groupsDn) |
Collection<LDAPGroupWithAttributes> |
MicrosoftActiveDirectory.searchGroupsBySids(Set<String> groupSids) |
Modifier and Type | Method and Description |
---|---|
protected void |
RFC4519Directory.addDnToGroup(String dn,
LDAPGroupWithAttributes group) |
protected boolean |
RFC4519Directory.isDnDirectGroupMember(String memberDN,
LDAPGroupWithAttributes parentGroup) |
protected void |
RFC4519Directory.removeDnFromGroup(String dn,
LDAPGroupWithAttributes group) |
Modifier and Type | Method and Description |
---|---|
LDAPGroupWithAttributes |
GroupContextMapper.mapFromContext(org.springframework.ldap.core.DirContextAdapter context)
Called by Spring LDAP on every object fetched from the LDAP directory.
|
Modifier and Type | Method and Description |
---|---|
RFC4519DirectoryMembershipsIterableBuilder |
RFC4519DirectoryMembershipsIterableBuilder.forGroups(Collection<LDAPGroupWithAttributes> groupsToInclude) |
Modifier and Type | Method and Description |
---|---|
protected PartialSynchronisationResult<LDAPGroupWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<Membership> |
UsnChangedCacheRefresher.getMemberships(Collection<LDAPGroupWithAttributes> groupsToInclude,
boolean isFullSync) |
Copyright © 2020 Atlassian. All rights reserved.