Annotation Interface Entry
This annotation marks a Java class to be persisted in an LDAP directory.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionString[]
A list of LDAP object classes that the annotated Java class represents. -
Optional Element Summary
-
Element Details
-
-
base
String baseThe base DN of this entry. If specified, this will be prepended to all calculated distinguished names for entries of the annotated class.- Returns:
- the base DN for entries of this class
- Default:
- ""
-