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/PlainSASLBindRequest.java
@@ -70,14 +70,10 @@
     */
    public static final String SASL_MECHANISM_NAME = "PLAIN";
    /**
     * {@inheritDoc}
     */
    @Override
    PlainSASLBindRequest addControl(Control control);
    /**
     * {@inheritDoc}
     */
    @Override
    BindClient createBindClient(String serverName) throws ErrorResultException;
    /**
@@ -96,6 +92,7 @@
     *
     * @return The authentication mechanism identifier.
     */
    @Override
    byte getAuthenticationType();
    /**
@@ -110,15 +107,11 @@
     */
    String getAuthorizationID();
    /**
     * {@inheritDoc}
     */
    @Override
    <C extends Control> C getControl(ControlDecoder<C> decoder, DecodeOptions options)
            throws DecodeException;
    /**
     * {@inheritDoc}
     */
    @Override
    List<Control> getControls();
    /**
@@ -128,6 +121,7 @@
     * @return The name of the Directory object that the client wishes to bind
     *         as.
     */
    @Override
    String getName();
    /**
@@ -141,9 +135,7 @@
     */
    byte[] getPassword();
    /**
     * {@inheritDoc}
     */
    @Override
    String getSASLMechanism();
    /**