|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeMapper
Maps a single attribute for an entity. This is used for CUSTOM attributes.
Mandatory or field-level attributes are mapped via the LDAPUserAttributesMapper
and the LDAPGroupAttributesMapper
.
Method Summary | |
---|---|
String |
getKey()
Get the key to use when storing the attribute on an entity. |
List<String> |
getValues(org.springframework.ldap.core.DirContextAdapter ctx)
Map the value of the key from the directory context. |
Method Detail |
---|
String getKey()
List<String> getValues(org.springframework.ldap.core.DirContextAdapter ctx) throws Exception
ctx
- directory context containing attributes.
Exception
- error retrieving value. The attribute will not be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |