|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface LdapAttribute
Identifies an attribute of a LdapBean.
Optional Element Summary | |
---|---|
java.lang.String[] |
name
Names of the attribute which identifies it. |
LdapModifier[] |
value
|
public abstract java.lang.String[] name
If not specified, will fallback to the method name without the "get" prefix.
public abstract LdapModifier[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |