Interface AttributeValidationPolicy

All Known Implementing Classes:
DefaultAttributeValidationPolicy

public interface AttributeValidationPolicy
Interface defining the required methods for AttributeValidationPolicies.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String buffer)
    Validates attribute contained in the buffer and returns an LdapAttribute.
  • Method Details

    • parse

      Attribute parse(String buffer)
      Validates attribute contained in the buffer and returns an LdapAttribute.
      Parameters:
      buffer - Buffer containing the line parsed from the resource.
      Returns:
      LdapAttribute representing the attribute parsed.