Package | Description |
---|---|
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
Modifier and Type | Method and Description |
---|---|
static ReferencePropertyMapper |
Rest2Ldap.reference(AttributeDescription attribute,
String baseDnTemplate,
AttributeDescription primaryKey,
PropertyMapper mapper)
Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.
|
static ReferencePropertyMapper |
Rest2Ldap.reference(String attribute,
String baseDnTemplate,
String primaryKey,
PropertyMapper mapper)
Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.
|
ReferencePropertyMapper |
ReferencePropertyMapper.searchFilter(Filter filter)
Sets the filter which should be used when searching for referenced LDAP
entries.
|
ReferencePropertyMapper |
ReferencePropertyMapper.searchFilter(String filter)
Sets the filter which should be used when searching for referenced LDAP
entries.
|
ReferencePropertyMapper |
ReferencePropertyMapper.searchScope(SearchScope scope)
Sets the search scope which should be used when searching for referenced
LDAP entries.
|
Copyright 2010-2022 ForgeRock AS.