|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LdapAttributeAdapter
Assigned to a property to convert between the logical bean property value and the LDAP Attribute value.
This can be used when the normal LDAP type conversion does not do what you require.
Method Summary | |
---|---|
Attribute |
createAttribute(Object beanPropertyValue)
Read the bean property value and creating the appropriate attribute. |
Object |
readAttribute(Attribute attribute)
Read the attribute and convert its value to the bean value. |
Method Detail |
---|
Object readAttribute(Attribute attribute) throws NamingException
NamingException
Attribute createAttribute(Object beanPropertyValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |