See: Description
Class | Description |
---|---|
AttributeMapper |
An attribute mapper is responsible for converting JSON values to and from
LDAP attributes.
|
AuthenticatedConnectionContext |
A
Context containing a cached pre-authenticated LDAP connection which
should be re-used for performing subsequent LDAP operations. |
ObjectAttributeMapper |
An attribute mapper which maps JSON objects to LDAP attributes.
|
ReferenceAttributeMapper |
An attribute mapper which provides a mapping from a JSON value to a single DN
valued LDAP attribute.
|
Rest2LDAP |
Provides core factory methods and builders for constructing LDAP resource
collections.
|
Rest2LDAP.Builder |
A builder for incrementally constructing LDAP resource collections.
|
SimpleAttributeMapper |
An attribute mapper which provides a simple mapping from a JSON value to a
single LDAP attribute.
|
Enum | Description |
---|---|
AuthorizationPolicy |
The policy which should be for performing authorization.
|
ReadOnUpdatePolicy |
The policy which should be used in order to read an entry before it is
deleted, or after it is added or modified.
|
WritabilityPolicy |
The writability policy determines whether or not an attribute supports
updates.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.