Spring LDAP Framework

org.springframework.ldap.schema
Interface Specification<T>

Type Parameters:
T -
All Known Implementing Classes:
BasicSchemaSpecification, DefaultSchemaSpecification

public interface Specification<T>

The specification interface is implemented to declare rules that a record must conform to. The motivation behind this class was to provide a mechanism to enable schema validations.

Author:
Keith Barlow

Method Summary
 boolean isSatisfiedBy(T record)
           
 

Method Detail

isSatisfiedBy

boolean isSatisfiedBy(T record)
                      throws NamingException
Throws:
NamingException

Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.