Spring LDAP

Package org.springframework.ldap.ldif.support

Provides the necessary auxiliary classes utilized by the LDIFParser.

See:
          Description

Interface Summary
AttributeValidationPolicy Interface defining the required methods for AttributeValidationPolicies.
 

Class Summary
DefaultAttributeValidationPolicy Ensures the buffer represents a valid attribute as defined by RFC2849.
SeparatorPolicy Policy object for enforcing LDIF record separation rules.
 

Enum Summary
LineIdentifier Enumeration declaring possible event types when parsing LDIF files.
 

Package org.springframework.ldap.ldif.support Description

Provides the necessary auxiliary classes utilized by the LDIFParser.

Notable classes in this package include:


Spring LDAP