JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.ldaptive.beans
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
String
dn
Entry DN.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Attribute
[]
attributes
Entry attributes.
Element Details
dn
String
dn
Entry DN.
Returns:
dn of this entry
attributes
Attribute
[]
attributes
Entry attributes.
Returns:
attributes
Default:
{}