Modifier and Type | Class and Description |
---|---|
static class |
NamedLdapEntity.NamedEntityMapper |
Modifier and Type | Method and Description |
---|---|
protected ContextMapperWithRequiredAttributes<AvatarReference.BlobAvatar> |
MicrosoftActiveDirectory.avatarMapper()
Return a
JpegPhotoContextMapper ; assume for now that all avatars are stored as
JPEG files. |
protected ContextMapperWithRequiredAttributes<AvatarReference.BlobAvatar> |
SpringLDAPConnector.avatarMapper() |
ContextMapperWithRequiredAttributes<LDAPGroupWithAttributes> |
SpringLDAPConnector.getGroupContextMapper(GroupType groupType,
boolean withAllAttributes)
Returns a ContextMapper ready to translate LDAP objects into Groups.
|
ContextMapperWithRequiredAttributes<LDAPUserWithAttributes> |
MicrosoftActiveDirectory.getUserContextMapper(UserContextMapperConfig config) |
Modifier and Type | Method and Description |
---|---|
protected <T> List<T> |
MicrosoftActiveDirectory.findAddedOrUpdatedObjectsSince(long usnChange,
Name objectBaseDN,
String objectFilter,
ContextMapperWithRequiredAttributes<T> contextMapper) |
protected <T extends LDAPDirectoryEntity> |
SpringLDAPConnector.findEntityByDN(String dn,
String baseDN,
String filter,
ContextMapperWithRequiredAttributes contextMapper,
Class<T> entityClass) |
protected SearchControls |
SpringLDAPConnector.getSearchControls(ContextMapperWithRequiredAttributes<?> mapper,
int scope) |
protected <T> List<T> |
SpringLDAPConnector.searchEntities(Name baseDN,
String filter,
ContextMapperWithRequiredAttributes<T> contextMapper,
int startIndex,
int maxResults)
Executes a search with paging if paged results is supported.
|
protected <T> List<T> |
SpringLDAPConnector.searchEntitiesWithRequestControls(Name baseDN,
String filter,
ContextMapperWithRequiredAttributes<T> contextMapper,
SearchControls searchControls,
org.springframework.ldap.core.DirContextProcessor ldapRequestControls,
int startIndex,
int maxResults) |
<T> List<T> |
SpringLDAPConnector.searchGroupObjects(EntityQuery<?> query,
ContextMapperWithRequiredAttributes<T> mapper) |
protected <T> List<T> |
SpringLDAPConnector.searchGroupObjectsOfSpecifiedGroupType(EntityQuery<?> query,
ContextMapperWithRequiredAttributes<T> mapper)
This method expects that the query contains a non-null groupType in the entityDescriptor.
|
<T> List<T> |
SpringLDAPConnector.searchUserObjects(EntityQuery<?> query,
ContextMapperWithRequiredAttributes<T> mapper) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SpringLdapTemplateWrapper.lookup(LdapName dn,
ContextMapperWithRequiredAttributes<T> mapper) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeContextMapper<T> |
class |
ContextMapperWithCustomAttributes<T>
An abstract implementation of
ContextMapperWithRequiredAttributes for cases where
a mapper requires core attributes and also the attributes for any attached
custom AttributeMapper s. |
class |
ExternalIdContextMapper
Maps the externalId attribute.
|
class |
GroupContextMapper
Translates information returned from an LDAP directory into a
LDAPGroupWithAttributes
implementation of Group . |
class |
JpegPhotoContextMapper |
class |
NameWithExternalIdContextMapper
Maps the name and externalId attribute.
|
class |
TombstoneContextMapper
Specific to Active Directory to map deleted objects.
|
class |
UserContextMapper
Translates information returned from an LDAP directory into a
LDAPUserWithAttributes
implementation of User . |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDirectoryUserContextMapper
A specialisation of
UserContextMapper for Active Directory. |
Copyright © 2020 Atlassian. All rights reserved.