Package | Description |
---|---|
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
Modifier and Type | Method and Description |
---|---|
ObjectPropertyMapper |
ObjectPropertyMapper.excludedDefaultUserAttributes(Collection<String> attributeNames)
Specifies zero or more user attributes which will be excluded from the default user attribute mappings when
enabled using
includeAllUserAttributesByDefault(boolean) . |
ObjectPropertyMapper |
ObjectPropertyMapper.excludedDefaultUserAttributes(String... attributeNames)
Specifies zero or more user attributes which will be excluded from the default user attribute mappings when
enabled using
includeAllUserAttributesByDefault(boolean) . |
ObjectPropertyMapper |
ObjectPropertyMapper.includeAllUserAttributesByDefault(boolean include)
Specifies whether all LDAP user attributes should be mapped by default using the default schema based mapping
rules.
|
static ObjectPropertyMapper |
Rest2Ldap.object()
Returns a property mapper which maps JSON objects to LDAP attributes.
|
ObjectPropertyMapper |
ObjectPropertyMapper.property(String name,
PropertyMapper mapper)
Creates an explicit mapping for a property contained in the JSON object.
|
Copyright 2010-2022 ForgeRock AS.