Spring LDAP Framework

org.springframework.ldap.ldif.support
Interface AttributeValidationPolicy

All Known Implementing Classes:
DefaultAttributeValidationPolicy

public interface AttributeValidationPolicy

Interface defining the required methods for AttributeValidationPolicies.

Author:
Keith Barlow

Method Summary
 Attribute parse(String buffer)
          Validates attribute contained in the buffer and returns an LdapAttribute.
 

Method Detail

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.

Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.