| | |
| | | * configuration. The caller is still required to set the connection |
| | | * factory. See the sample configuration file for a detailed description |
| | | * of its content. |
| | | * |
| | | * |
| | | * @param configuration |
| | | * The JSON configuration. |
| | | * @return A reference to this builder. |
| | |
| | | |
| | | /** |
| | | * Sets the policy which should be used in order to read an entry before |
| | | * it is deleted, or after it is added or modified. |
| | | * |
| | | * it is deleted, or after it is added or modified. The default read on |
| | | * update policy is to use {@link ReadOnUpdatePolicy#CONTROLS controls}. |
| | | * |
| | | * @param policy |
| | | * The policy which should be used in order to read an entry |
| | | * before it is deleted, or after it is added or modified. |
| | |
| | | /** |
| | | * Sets the schema which should be used when attribute types and |
| | | * controls. |
| | | * |
| | | * |
| | | * @param schema |
| | | * The schema which should be used when attribute types and |
| | | * controls. |
| | |
| | | * {@code Throwable} is an LDAP {@code ErrorResultException} then an |
| | | * appropriate {@code ResourceException} is returned, otherwise an |
| | | * {@code InternalServerErrorException} is returned. |
| | | * |
| | | * |
| | | * @param t |
| | | * The {@code Throwable} to be converted. |
| | | * @return The equivalent resource exception. |
| | |
| | | * Creates a new connection factory using the named configuration in the |
| | | * provided JSON list of factory configurations. See the sample |
| | | * configuration file for a detailed description of its content. |
| | | * |
| | | * |
| | | * @param configuration |
| | | * The JSON configuration. |
| | | * @param name |