Spring LDAP

Package org.springframework.ldap.repository.support

Class Summary
LdapAnnotationProcessor QueryDSL Annotation Processor to generate QueryDSL classes for entity classes annotated with Entry.
LdapRepositoryFactory Factory to create LdapRepository instances.
LdapRepositoryFactoryBean<T extends Repository<S,Name>,S> FactoryBean to create LdapRepository instances.
QueryDslLdapQuery<K> Spring LDAP specific FilteredClause implementation.
QueryDslLdapRepository<T> Base repository implementation for QueryDSL support.
SimpleLdapRepository<T> Base repository implementation for LDAP.
 


Spring LDAP