public class BasicSchemaSpecification extends Object implements Specification<LdapAttributes>
This basic specification, which does not actually validate against any schema, deems objects valid as long as they meet the following criteria:
| Constructor and Description |
|---|
BasicSchemaSpecification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfiedBy(LdapAttributes record)
Determines if the policy is satisfied by the supplied LdapAttributes object.
|
public boolean isSatisfiedBy(LdapAttributes record) throws NamingException
isSatisfiedBy in interface Specification<LdapAttributes>NamingException