Package org.springframework.ldap.schema
Class DefaultSchemaSpecification
java.lang.Object
org.springframework.ldap.schema.DefaultSchemaSpecification
- All Implemented Interfaces:
 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.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisSatisfiedBy(LdapAttributes record) Determines if the policy is satisfied by the supplied LdapAttributes object. 
- 
Constructor Details
- 
DefaultSchemaSpecification
public DefaultSchemaSpecification() 
 - 
 - 
Method Details
- 
isSatisfiedBy
Determines if the policy is satisfied by the supplied LdapAttributes object.- Specified by:
 isSatisfiedByin interfaceSpecification<LdapAttributes>- Throws:
 NamingException
 
 -