Package | Description |
---|---|
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
Modifier and Type | Method and Description |
---|---|
static SubResourceCollection |
Rest2Ldap.collectionOf(String resourceId)
Creates a new
collection sub-resource definition whose members will be resources
having the provided resource ID or its sub-types. |
SubResourceCollection |
SubResourceCollection.dnTemplate(String dnTemplate)
Sets the relative DN template beneath which the sub-resource LDAP entries will be located.
|
SubResourceCollection |
SubResourceCollection.glueObjectClass(String objectClass)
Specifies an LDAP object class which is to be associated with any intermediate "glue" entries forming the DN
template.
|
SubResourceCollection |
SubResourceCollection.glueObjectClasses(String... objectClasses)
Specifies one or more LDAP object classes which is to be associated with any intermediate "glue" entries
forming the DN template.
|
SubResourceCollection |
SubResourceCollection.isReadOnly(boolean readOnly)
Indicates whether this sub-resource collection only supports read and query operations.
|
SubResourceCollection |
SubResourceCollection.urlTemplate(String urlTemplate)
Sets the relative URL template beneath which the sub-resources will be located.
|
SubResourceCollection |
SubResourceCollection.useClientDnNaming(String dnAttribute)
Indicates that the JSON resource ID must be provided by the user, and will be used for naming the associated LDAP
entry.
|
SubResourceCollection |
SubResourceCollection.useClientNaming(String dnAttribute,
String idAttribute)
Indicates that the JSON resource ID must be provided by the user, but will not be used for naming the
associated LDAP entry.
|
SubResourceCollection |
SubResourceCollection.useServerEntryUuidNaming(String dnAttribute)
Indicates that the JSON resource ID will be derived from the server provided "entryUUID" LDAP attribute.
|
SubResourceCollection |
SubResourceCollection.useServerNaming(String dnAttribute,
String idAttribute)
Indicates that the JSON resource ID must not be provided by the user, and will not be used for naming the
associated LDAP entry.
|
Copyright 2010-2022 ForgeRock AS.