JDK-8049711 : document com.sun.security.jgss.inquiretype. for GSSAPI mechanism
  • Type: Sub-task
  • Component: docs
  • Sub-Component: guides
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-07-09
  • Updated: 2019-03-22
  • Resolved: 2019-03-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13
11Fixed 13Fixed
Description
Add the following words somewhere inside the SASL mechanisms part of the Oracle Providers doc [1]:
 
  com.sun.security.jgss.inquiretype.<type_name> for GSSAPI mechanism:
 
  The name of a negotiated property that is the value returned by
  ExtendedGSSContext.inquireSecContext(InquireType type), where
  "type_name" is the string form of the InquireType enum parameter,
  in lower case.
 
[1] http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunSASLProvider