Spring LDAP Framework

Package org.springframework.ldap.schema

This package is aimed at providing a mechanism to implement LDAP schemas.

See:
          Description

Interface Summary
Specification<T> The specification interface is implemented to declare rules that a record must conform to.
 

Class Summary
BasicSchemaSpecification BasicSchemaSpecification establishes a minimal set of requirements for object classes.
DefaultSchemaSpecification DefaultSchemaSpecification does not validate objects at all - it simply returns true.
 

Package org.springframework.ldap.schema Description

This package is aimed at providing a mechanism to implement LDAP schemas.

Utilized by the LDIFParser to validate object composition post assembly, these classes may also be referenced by other utilities where seen fit.


Spring LDAP Framework

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