Modifier and Type | Method and Description |
---|---|
static ReferenceAttributeMapper |
Rest2LDAP.reference(org.forgerock.opendj.ldap.AttributeDescription attribute,
org.forgerock.opendj.ldap.DN baseDN,
org.forgerock.opendj.ldap.AttributeDescription primaryKey,
AttributeMapper mapper)
Returns an attribute mapper which provides a mapping from a JSON value to
a single DN valued LDAP attribute.
|
static ReferenceAttributeMapper |
Rest2LDAP.reference(String attribute,
String baseDN,
String primaryKey,
AttributeMapper mapper)
Returns an attribute mapper which provides a mapping from a JSON value to
a single DN valued LDAP attribute.
|
ReferenceAttributeMapper |
ReferenceAttributeMapper.searchFilter(org.forgerock.opendj.ldap.Filter filter)
Sets the filter which should be used when searching for referenced LDAP
entries.
|
ReferenceAttributeMapper |
ReferenceAttributeMapper.searchFilter(String filter)
Sets the filter which should be used when searching for referenced LDAP
entries.
|
ReferenceAttributeMapper |
ReferenceAttributeMapper.searchScope(org.forgerock.opendj.ldap.SearchScope scope)
Sets the search scope which should be used when searching for referenced
LDAP entries.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.