UnboundID LDAP SDK for Java

Ping Identity
Product Information
Using the LDAP SDK Persistence Framework

The @LDAPObject Annotation Type

The classes for objects that should be used in conjunction with the UnboundID LDAP SDK persistence framework should be marked with an @LDAPObject annotation which provides information about how objects of that type should be stored in the directory server. Java classes marked with this annotation type must public, must be non-abstract and must have a zero-argument constructor.

Elements that may be present in the @LDAPObject annotation type include: