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

Ludovic Poitou
18.41.2010 940c033c4446ed6e09ebe45be25e2cf85c9321be
opendj-sdk/sdk/src/org/opends/sdk/requests/GSSAPISASLBindRequest.java
@@ -506,8 +506,12 @@
   * @param subject
   *          The Kerberos subject of the user to be authenticated.
   * @return This bind request.
   * @throws UnsupportedOperationException
   *           If this bind request does not permit the Kerberos subject to be
   *           set.
   * @throws NullPointerException
   *           If {@code subject} was {@code null}.
   */
  GSSAPISASLBindRequest setSubject(Subject subject) throws NullPointerException;
  GSSAPISASLBindRequest setSubject(Subject subject)
      throws UnsupportedOperationException, NullPointerException;
}