Class RFC4519MemberDnRangeOffsetMapper

java.lang.Object
com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangeOffsetMapper
All Implemented Interfaces:
AttributeMapper

public class RFC4519MemberDnRangeOffsetMapper extends Object implements AttributeMapper
If the group has ranged memberships (Active Directory specific) this mapper will obtain the offset - i.e. where to start the search for the second page of users.

Tested by: _testBrowseLargeGroup() in DnRangeTest

  • Field Details

  • Constructor Details

    • RFC4519MemberDnRangeOffsetMapper

      public RFC4519MemberDnRangeOffsetMapper(String groupMemberAttribute)
  • Method Details

    • getKey

      public String getKey()
      Description copied from interface: AttributeMapper
      Get the key to use when storing the attribute on an entity with Attributes.
      Specified by:
      getKey in interface AttributeMapper
      Returns:
      non-null key.
    • getValues

      public Set<String> getValues(NameAttributesPair nameAttributesPair) throws NamingException
      Description copied from interface: AttributeMapper
      Map the value of the key from a directory entry.
      Specified by:
      getValues in interface AttributeMapper
      Parameters:
      nameAttributesPair - directory entry containing attributes.
      Returns:
      the set of attribute values associated with the key. If no values are present an empty set will be returned
      Throws:
      NamingException
    • getRequiredLdapAttributes

      public Set<String> getRequiredLdapAttributes()
      Only requests the base attribute. Ranged attributes will be returned automatically if necessary.
      Specified by:
      getRequiredLdapAttributes in interface AttributeMapper
      Returns:
      the LDAP attributes that should be requested, or null for all