- useClientDNNaming(AttributeType) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID must be provided by the user, and
 will be used for naming the associated LDAP entry.
 
- useClientDNNaming(String) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID must be provided by the user, and
 will be used for naming the associated LDAP entry.
 
- useClientNaming(AttributeType, AttributeDescription) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID must be provided by the user, but
 will not be used for naming the associated LDAP entry.
 
- useClientNaming(String, String) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID must be provided by the user, but
 will not be used for naming the associated LDAP entry.
 
- useEtagAttribute() - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the "etag" LDAP attribute should be used for resource
 versioning.
 
- useEtagAttribute(AttributeDescription) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the provided LDAP attribute should be used for
 resource versioning.
 
- useEtagAttribute(String) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the provided LDAP attribute should be used for
 resource versioning.
 
- usePermissiveModify() - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that all LDAP modify operations should be performed using
 the LDAP permissive modify control.
 
- useServerEntryUUIDNaming(AttributeType) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID will be derived from the server
 provided "entryUUID" LDAP attribute.
 
- useServerEntryUUIDNaming(String) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID will be derived from the server
 provided "entryUUID" LDAP attribute.
 
- useServerNaming(AttributeType, AttributeDescription) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID must not be provided by the user,
 and will not be used for naming the associated LDAP entry.
 
- useServerNaming(String, String) - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that the JSON resource ID must not be provided by the user,
 and will not be used for naming the associated LDAP entry.
 
- useSubtreeDelete() - Method in class org.forgerock.opendj.rest2ldap.Rest2LDAP.Builder
 
- 
Indicates that all LDAP delete operations should be performed using
 the LDAP subtree delete control.