8164397: Provide javadoc descriptions for the jdk.security.auth and jdk.security.jgss modules
Reviewed-by: weijun, xuelei
--- a/jdk/src/jdk.security.auth/share/classes/module-info.java Mon Aug 22 12:57:43 2016 +0200
+++ b/jdk/src/jdk.security.auth/share/classes/module-info.java Mon Aug 22 08:50:40 2016 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -23,6 +23,10 @@
* questions.
*/
+/**
+ * Contains the implementation of the javax.security.auth.* interfaces and
+ * various authentication modules.
+ */
module jdk.security.auth {
requires public java.naming;
requires java.security.jgss;
--- a/jdk/src/jdk.security.jgss/share/classes/module-info.java Mon Aug 22 12:57:43 2016 +0200
+++ b/jdk/src/jdk.security.jgss/share/classes/module-info.java Mon Aug 22 08:50:40 2016 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -23,6 +23,10 @@
* questions.
*/
+/**
+ * Defines Java extensions to the GSS-API and an implementation of the SASL
+ * GSSAPI mechanism.
+ */
module jdk.security.jgss {
requires public java.security.jgss;
requires java.logging;