| Package | Description |
|---|---|
| org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
| Modifier and Type | Method and Description |
|---|---|
static ReferencePropertyMapper |
Rest2Ldap.reference(org.forgerock.opendj.ldap.AttributeDescription attribute,
String baseDnTemplate,
org.forgerock.opendj.ldap.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(org.forgerock.opendj.ldap.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(org.forgerock.opendj.ldap.SearchScope scope)
Sets the search scope which should be used when searching for referenced
LDAP entries.
|
Copyright © 2017-2020 Wren Security. All Rights Reserved.