Package org.ldaptive.beans
Annotation Type Entry
-
@Retention(RUNTIME) @Target(TYPE) public @interface Entry
Annotation to describe an LDAP entry on a bean.- Author:
- Middleware Services
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
dn
Entry DN.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Attribute[]
attributes
Entry attributes.
-
-
-
-
attributes
Attribute[] attributes
Entry attributes.- Returns:
- attributes
- Default:
- {}
-
-