public class DefaultSchemaSpecification extends Object implements Specification<LdapAttributes>
This specification is intended for cases where validation of the parsed entries is not required.
| Constructor and Description |
|---|
DefaultSchemaSpecification() |
| 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