Class DefaultSchemaSpecification

java.lang.Object
org.springframework.ldap.schema.DefaultSchemaSpecification
All Implemented Interfaces:
Specification<LdapAttributes>

public class DefaultSchemaSpecification extends Object implements Specification<LdapAttributes>
DefaultSchemaSpecification does not validate objects at all - it simply returns true.

This specification is intended for cases where validation of the parsed entries is not required.