| | |
| | | |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.DecodeOptions; |
| | | import org.opends.sdk.ErrorResultException; |
| | | import org.opends.sdk.controls.Control; |
| | | import org.opends.sdk.controls.ControlDecoder; |
| | | |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | BindClient createBindClient(String serverName); |
| | | BindClient createBindClient(String serverName) throws ErrorResultException; |
| | | |
| | | |
| | | |
| | |
| | | * The trace information, which has no semantic value, and can be |
| | | * used by administrators in order to identify the user. |
| | | * @return This bind request. |
| | | * @throws UnsupportedOperationException |
| | | * If this anonymous SASL request does not permit the trace |
| | | * information to be set. |
| | | * @throws NullPointerException |
| | | * If {@code traceString} was {@code null}. |
| | | */ |
| | | AnonymousSASLBindRequest setTraceString(String traceString) |
| | | throws NullPointerException; |
| | | throws UnsupportedOperationException, NullPointerException; |
| | | } |