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

Ludovic Poitou
18.41.2010 1734229125e7bad5f85dfe11d076eeda206236a9
sdk/src/org/opends/sdk/requests/ExternalSASLBindRequest.java
@@ -150,11 +150,14 @@
   *          The desired authorization ID of the user, which may be {@code
   *          null}.
   * @return This bind request.
   * @throws UnsupportedOperationException
   *           If this external SASL request does not permit the authorization
   *           ID to be set.
   * @throws LocalizedIllegalArgumentException
   *           If {@code authorizationID} was non-empty and did not contain a
   *           valid authorization ID type.
   */
  ExternalSASLBindRequest setAuthorizationID(String authorizationID)
      throws LocalizedIllegalArgumentException;
      throws UnsupportedOperationException, LocalizedIllegalArgumentException;
}