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.
    • Element Detail

      • dn

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

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