public class RFC4519MemberDnRangedMapper extends Object implements AttributeMapper
Tested by: _testBrowseLargeGroup() in DnRangeTest
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_KEY |
| Constructor and Description |
|---|
RFC4519MemberDnRangedMapper(String groupMemberAttribute,
boolean relaxedDnStandardisation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Get the key to use when storing the attribute on an entity
with
Attributes. |
Set<String> |
getRequiredLdapAttributes()
Only requests the base attribute.
|
Set<String> |
getValues(org.springframework.ldap.core.DirContextAdapter ctx)
Map the value of the key from the directory context.
|
public static final String ATTRIBUTE_KEY
public RFC4519MemberDnRangedMapper(String groupMemberAttribute, boolean relaxedDnStandardisation)
public String getKey()
AttributeMapperAttributes.getKey in interface AttributeMapperpublic Set<String> getValues(org.springframework.ldap.core.DirContextAdapter ctx) throws Exception
AttributeMappergetValues in interface AttributeMapperctx - directory context containing attributes.Exception - error retrieving value. The attribute will not be set.public Set<String> getRequiredLdapAttributes()
getRequiredLdapAttributes in interface AttributeMappernull for allCopyright © 2023 Atlassian. All rights reserved.