mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
29.55.2013 4aa1cf5e26d49ab1273d6affc58a5ac70b870ec4
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java
@@ -41,9 +41,8 @@
 * "authenticate" operation.
 */
public interface BindRequest extends Request {
    /**
     * {@inheritDoc}
     */
    @Override
    BindRequest addControl(Control control);
    /**
@@ -70,15 +69,11 @@
     */
    byte getAuthenticationType();
    /**
     * {@inheritDoc}
     */
    @Override
    <C extends Control> C getControl(ControlDecoder<C> decoder, DecodeOptions options)
            throws DecodeException;
    /**
     * {@inheritDoc}
     */
    @Override
    List<Control> getControls();
    /**