Class RFC2307GidNumberMapper

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

public class RFC2307GidNumberMapper extends Object implements AttributeMapper
  • Field Details

  • Constructor Details

    • RFC2307GidNumberMapper

      public RFC2307GidNumberMapper()
  • 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 Exception
      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:
      Exception - error retrieving value. The attribute will not be set.
    • getRequiredLdapAttributes

      public Set<String> getRequiredLdapAttributes()
      Description copied from interface: AttributeMapper
      Returns the LDAP attributes that should be requested in a search where AttributeMapper.getValues(NameAttributesPair) will be called on the results. If an implementation returns null then all attributes will be requested.
      Specified by:
      getRequiredLdapAttributes in interface AttributeMapper
      Returns:
      the LDAP attributes that should be requested, or null for all