Uses of Class
org.forgerock.opendj.rest2ldap.ReferencePropertyMapper
Packages that use ReferencePropertyMapper
-
Uses of ReferencePropertyMapper in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return ReferencePropertyMapperModifier and TypeMethodDescriptionstatic ReferencePropertyMapperRest2Ldap.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.static ReferencePropertyMapperRest2Ldap.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.ReferencePropertyMapper.searchFilter(String filter) Sets the filter which should be used when searching for referenced LDAP entries.ReferencePropertyMapper.searchFilter(org.forgerock.opendj.ldap.Filter filter) Sets the filter which should be used when searching for referenced LDAP entries.ReferencePropertyMapper.searchScope(org.forgerock.opendj.ldap.SearchScope scope) Sets the search scope which should be used when searching for referenced LDAP entries.