Annotation Interface Entry


@Retention(RUNTIME) @Target(TYPE) public @interface Entry
Annotation to describe an LDAP entry on a bean.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Entry DN.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Entry attributes.
  • Element Details

    • dn

      String dn
      Entry DN.
      Returns:
      dn of this entry
    • attributes

      Attribute[] attributes
      Entry attributes.
      Returns:
      attributes
      Default:
      {}