Package org.forgerock.opendj.rest2ldap
package org.forgerock.opendj.rest2ldap
APIs for implementing REST to LDAP gateways. The API is implemented by
SubResourceImpl which is using a pre-established
Connection encapsulated in the
AuthenticatedConnectionContext. This context is injected by the
ProxiedAuthV2Filter depending on the
SecurityContext injected by one of the configured authorization filters.-
ClassDescriptionAn abstract base class from which request handlers may be easily implemented.Represents an
actionthat may be performed against a resource.AContextcontaining a cached pre-authenticated LDAP connection which should be re-used for performing subsequent LDAP operations.Decorator for a request handler that can return an api descriptor of the underlying handler.Logs internal server errors and runtime exceptions once the request has been processed.A property mapper which provides a mapping from a JSON value to an LDAP attribute having the JSON syntax.An property mapper which maps JSON objects to LDAP attributes.An property mapper is responsible for converting JSON values to and from LDAP attributes.The policy which should be used in order to read an entry before it is deleted, or after it is added or modified.An property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.Defines the characteristics of a resource, including its properties, inheritance, and sub-resources.Provides methods for constructing Rest2Ldap protocol gateways.Rest2ldap HTTP application.Provides core factory methods and builders for constructing Rest2Ldap endpoints from JSON configuration.This file contains localizable message descriptors having the resource nameorg.forgerock.opendj.rest2ldap.rest2ldap.An property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.Defines a parent-child relationship between a parent resource and one or more child resource(s).Defines a one-to-many relationship between a parent resource and its children.Represents a one to one relationship between a parent resource and a child sub-resource.The writability policy determines whether an attribute supports updates.