Modifier and Type | Method and Description |
---|---|
protected List<AttributeMapper> |
MicrosoftActiveDirectory.getCustomGroupAttributeMappers() |
protected List<AttributeMapper> |
RFC2307Directory.getCustomGroupAttributeMappers() |
protected List<AttributeMapper> |
RFC4519Directory.getCustomGroupAttributeMappers() |
protected List<AttributeMapper> |
SpringLDAPConnector.getCustomGroupAttributeMappers()
As a minimum, this SHOULD provide an attribute mapper that maps the group members attribute (if available).
|
protected List<AttributeMapper> |
MicrosoftActiveDirectory.getCustomUserAttributeMappers(UserContextMapperConfig config) |
protected List<AttributeMapper> |
RFC2307Directory.getCustomUserAttributeMappers(UserContextMapperConfig config) |
protected List<AttributeMapper> |
RFC4519Directory.getCustomUserAttributeMappers(UserContextMapperConfig config) |
protected List<AttributeMapper> |
SpringLDAPConnector.getCustomUserAttributeMappers(UserContextMapperConfig config) |
protected List<AttributeMapper> |
MicrosoftActiveDirectory.getMemberDnMappers() |
protected List<AttributeMapper> |
RFC4519Directory.getMemberDnMappers() |
protected List<AttributeMapper> |
MicrosoftActiveDirectory.getRequiredCustomGroupAttributeMappers() |
protected List<AttributeMapper> |
SpringLDAPConnector.getRequiredCustomGroupAttributeMappers()
Returns a set of attributes which are expected to be present in all cases (ie Active Directory's objectGUID)
Due to performance reasons returning mappers for heavy attributes (such as memberships) should be avoided
|
Modifier and Type | Field and Description |
---|---|
protected List<AttributeMapper> |
ContextMapperWithCustomAttributes.customAttributeMappers |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
ContextMapperWithCustomAttributes.aggregate(AttributeMapper... mappers) |
Constructor and Description |
---|
ContextMapperWithCustomAttributes(List<AttributeMapper> customAttributeMappers) |
GroupContextMapper(long directoryId,
GroupType groupType,
LDAPPropertiesMapper ldapPropertiesMapper,
List<AttributeMapper> customAttributeMappers) |
UserContextMapper(long directoryId,
LDAPPropertiesMapper ldapPropertiesMapper,
List<AttributeMapper> customAttributeMappers) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectGUIDMapper
Maps the objectGUID on an entity.
|
class |
ObjectSIDMapper
Maps the primaryGroupId of a user.
|
class |
PrimaryGroupIdMapper
Maps the primaryGroupId of a user.
|
class |
RFC2307GidNumberMapper |
class |
UserAccountControlMapper
Maps the userAccountControl on a user.
|
class |
USNChangedMapper
Maps the uSNChanged on an entity.
|
Constructor and Description |
---|
ActiveDirectoryUserContextMapper(long directoryId,
LDAPPropertiesMapper ldapPropertiesMapper,
List<AttributeMapper> customAttributeMappers) |
Modifier and Type | Class and Description |
---|---|
class |
RFC2307MemberUidMapper |
class |
RFC4519MemberDnMapper
A generic memberDn mapper that will look for the 'member' attribute in groups.
|
class |
RFC4519MemberDnRangedMapper
A memberDN mapper that will handle both normal and ranged memberships attribute ("member" and "member;")
used in Microsoft Active Directory.
|
class |
RFC4519MemberDnRangeOffsetMapper
If the group has ranged memberships (Active Directory specific) this mapper will obtain
the offset - ie.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberOfOverlayMapper |
Copyright © 2020 Atlassian. All rights reserved.