static ResourcePropertyMapper |
Rest2Ldap.reference(String mappedLdapAttribute,
String resourcePath) |
Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.
|
static ResourcePropertyMapper |
Rest2Ldap.reference(String mappedLdapAttribute,
String resourcePath,
String optionalJsonPropertyName) |
Returns a property mapper which provides a mapping from a JSON value to a "Name and Optional JSON" valued LDAP
attribute.
|
static ResourcePropertyMapper |
Rest2Ldap.reference(AttributeDescription mappedLdapAttribute,
String resourcePath) |
Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.
|