org.ldaptive.beans
Annotation Type Entry


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Entry

Annotation to describe an LDAP entry on a bean.

Version:
$Revision: 2888 $ $Date: 2014-03-07 10:15:59 -0500 (Fri, 07 Mar 2014) $
Author:
Middleware Services

Required Element Summary
 String dn
          Entry DN.
 
Optional Element Summary
 Attribute[] attributes
          Entry attributes.
 

Element Detail

dn

public abstract String dn
Entry DN.

attributes

public abstract Attribute[] attributes
Entry attributes.

Default:
{}


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.