|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface LdapAttribute
Used to define the mapping of a bean property to an Ldap attribute.
Similar to the JPA Column annotation with LDAP specific features.
Optional Element Summary | |
---|---|
Class<?> |
adapter
Specify a LdapAttributeAdpater which can be used for this specific property to convert between the logical bean property value and the LDAP Attribute value. |
boolean |
insertable
Set this to false so the property is not included in an insert. |
String |
name
Specify the Attribute name this property maps to. |
boolean |
updatable
Set this to false so the property is not included in an update. |
public abstract String name
public abstract Class<?> adapter
public abstract boolean insertable
public abstract boolean updatable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |