GSSCredential

Douglas Surber douglas.surber at oracle.com
Tue May 28 18:54:21 UTC 2019


We have received a request to add the following method to java.sql.ConnectionBuilder.

  /**
   * Provide a GSSCredential to authenticate the connection with the server.
   *
   * @param credential used to authenticate the connection. Not null.
   * @return this ConnectionBuilder
   * @throws SQLException if an error occurs.
   */
  ConnectionBuilder gssCredential(org.ietf.jgss.GSSCredential credential) throws SQLException;

Any thoughts?

Douglas


More information about the jdbc-spec-discuss mailing list