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

Ludovic Poitou
18.41.2010 1734229125e7bad5f85dfe11d076eeda206236a9
sdk/src/org/opends/sdk/requests/CRAMMD5SASLBindRequest.java
@@ -150,7 +150,10 @@
   *
   * @param authenticationID
   *          The authentication ID of the user.
   * @return This bind request.
   * @return This bind request
   * @throws UnsupportedOperationException
   *           If this bind request does not permit the authentication ID to be
   *           set..
   * @throws LocalizedIllegalArgumentException
   *           If {@code authenticationID} was non-empty and did not contain a
   *           valid authorization ID type.
@@ -158,7 +161,8 @@
   *           If {@code authenticationID} was {@code null}.
   */
  CRAMMD5SASLBindRequest setAuthenticationID(String authenticationID)
      throws LocalizedIllegalArgumentException, NullPointerException;
      throws UnsupportedOperationException, LocalizedIllegalArgumentException,
      NullPointerException;