Class MergeAttributeEntryHandler

All Implemented Interfaces:
Function<LdapEntry,LdapEntry>, LdapEntryHandler

public class MergeAttributeEntryHandler extends AbstractEntryHandler<LdapEntry> implements LdapEntryHandler
Merges the values of one or more attributes into a single attribute. The merged attribute may or may not already exist on the entry. If it does exist it's existing values will remain intact.
  • Field Details

    • HASH_CODE_SEED

      private static final int HASH_CODE_SEED
      hash code seed.
      See Also:
    • mergeAttributeName

      private String mergeAttributeName
      Attribute name to add merge values into.
    • attributeNames

      private String[] attributeNames
      Attribute names to read values from.
  • Constructor Details

    • MergeAttributeEntryHandler

      public MergeAttributeEntryHandler()
  • Method Details