Interface AttributeValidationPolicy
- All Known Implementing Classes:
DefaultAttributeValidationPolicy
public interface AttributeValidationPolicy
Interface defining the required methods for AttributeValidationPolicies.
-
Method Summary
-
Method Details
-
parse
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.
-