Package org.ldaptive.beans
Annotation Type Attribute
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface AttributeAnnotation to describe LDAP attribute data on a bean.- Author:
- Middleware Services
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanbinaryWhether this attribute is binary.java.lang.StringnameAttribute name.java.lang.StringpropertyName of the method or field that maps to this attribute.java.lang.StringtranscoderTranscoder for this attribute.java.lang.String[]valuesAttribute values.
-
-
-
-
values
java.lang.String[] values
Attribute values. Mutually exclusive withproperty().- Returns:
- concrete values for this attribute
- Default:
- {}
-
-
-
property
java.lang.String property
Name of the method or field that maps to this attribute. Mutually exclusive withvalues().- Returns:
- property that contains attribute values
- Default:
- ""
-
-