public class RFC4519MemberDnRangeOffsetMapper extends Object implements AttributeMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_KEY |
| Constructor and Description |
|---|
RFC4519MemberDnRangeOffsetMapper(String groupMemberAttribute) |
| 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 RFC4519MemberDnRangeOffsetMapper(String groupMemberAttribute)
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 © 2018 Atlassian. All rights reserved.