|
Spring LDAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Entry
This annotation marks a Java class to be persisted in an LDAP directory.
| Required Element Summary | |
|---|---|
String[] |
objectClasses
A list of LDAP object classes that the annotated Java class represents. |
| Element Detail |
|---|
public abstract String[] objectClasses
All fields will be persisted to LDAP unless annotated Transient.
|
Spring LDAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||