MY suggestions on 2 security-related modules:
java.security.jgss:
The {@code java.security.jgss} module defines and exports the interfaces
and classes related to the Java binding of the Generic Security Services
Application Program Interface (GSS-API). This module also includes
GSS-API mechanisms such as Kerberos v5 and SPNEGO.
java.security.sasl:
The {@code java.security.sasl} module defines and exports the interfaces
and classes related to the Simple Authentication and Security Layer
(SASL). This module also includes SASL mechanisms such as DIGEST-MD5,
CRAM-MD5, NTLM, etc.
Thanks
Max
On 7/27/2016 0:25, Lance Andersen wrote:
Hi all,
Take 2 on the module description javadocs.
http://cr.openjdk.java.net/~lancea/8161965
<http://cr.openjdk.java.net/~lancea/8161965>
the xxx.01 include the updated changes.