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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSatisfiedBy
(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:
isSatisfiedBy
in interfaceSpecification<LdapAttributes>
- Throws:
NamingException
-