Package org.ldaptive.beans
Annotation Interface Attribute
Annotation to describe LDAP attribute data on a bean.
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameAttribute name.- Returns:
- name of this attribute
- Default:
- ""
-
values
String[] valuesAttribute values. Mutually exclusive withproperty()
.- Returns:
- concrete values for this attribute
- Default:
- {}
-
property
String propertyName of the method or field that maps to this attribute. Mutually exclusive withvalues()
.- Returns:
- property that contains attribute values
- Default:
- ""
-
binary
boolean binaryWhether this attribute is binary.- Returns:
- whether this attribute is binary
- Default:
- false
-
transcoder
String transcoderTranscoder for this attribute.- Returns:
- transcoder class name
- Default:
- ""
-