Spring LDAP

Package org.springframework.ldap.odm.core

Provides an OdmManager interface for interaction with an LDAP directory.

See:
          Description

Interface Summary
OdmManager The OdmManager interface provides generic CRUD (create/read/update/delete) and searching operations against an LDAP directory.
 

Exception Summary
OdmException The root of the Spring LDAP ODM exception hierarchy.
 

Package org.springframework.ldap.odm.core Description

Provides an OdmManager interface for interaction with an LDAP directory.

Implementations of this interface are intended to be used in conjunction with classes annotated with org.springframework.ldap.odm.annotations.

Author:
Paul Harvey <paul.at.pauls-place.me.uk>

Spring LDAP