changeset 17241:2cd9961940f9

8182118: Package summary is missing in jdk.security.auth module Reviewed-by: mullan, mchung
author weijun
date Mon, 19 Jun 2017 22:54:09 +0800
parents d0a0f9e3cf9f
children fd2e6410fd7a
files src/jdk.security.auth/share/classes/com/sun/security/auth/callback/package-info.java src/jdk.security.auth/share/classes/com/sun/security/auth/login/package-info.java src/jdk.security.auth/share/classes/com/sun/security/auth/module/package-info.java src/jdk.security.auth/share/classes/com/sun/security/auth/package-info.java src/jdk.security.auth/share/classes/module-info.java
diffstat 5 files changed, 27 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.security.auth/share/classes/com/sun/security/auth/callback/package-info.java	Mon Jun 19 08:16:03 2017 -0400
+++ b/src/jdk.security.auth/share/classes/com/sun/security/auth/callback/package-info.java	Mon Jun 19 22:54:09 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2017, 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,4 +23,10 @@
  * questions.
  */
 
+/**
+ * Provides an implementation of
+ * {@link javax.security.auth.callback.CallbackHandler}.
+ *
+ * @since 1.4
+ */
 package com.sun.security.auth.callback;
--- a/src/jdk.security.auth/share/classes/com/sun/security/auth/login/package-info.java	Mon Jun 19 08:16:03 2017 -0400
+++ b/src/jdk.security.auth/share/classes/com/sun/security/auth/login/package-info.java	Mon Jun 19 22:54:09 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2017, 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,4 +23,9 @@
  * questions.
  */
 
+/**
+ * Provides an implementation of {@link javax.security.auth.login.Configuration}.
+ *
+ * @since 1.4
+ */
 package com.sun.security.auth.login;
--- a/src/jdk.security.auth/share/classes/com/sun/security/auth/module/package-info.java	Mon Jun 19 08:16:03 2017 -0400
+++ b/src/jdk.security.auth/share/classes/com/sun/security/auth/module/package-info.java	Mon Jun 19 22:54:09 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2017, 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,4 +23,9 @@
  * questions.
  */
 
+/**
+ * Provides implementations of {@link javax.security.auth.spi.LoginModule}.
+ *
+ * @since 1.4
+ */
 package com.sun.security.auth.module;
--- a/src/jdk.security.auth/share/classes/com/sun/security/auth/package-info.java	Mon Jun 19 08:16:03 2017 -0400
+++ b/src/jdk.security.auth/share/classes/com/sun/security/auth/package-info.java	Mon Jun 19 22:54:09 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2017, 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,4 +23,9 @@
  * questions.
  */
 
+/**
+ * Provides implementations of {@link java.security.Principal}.
+ *
+ * @since 1.4
+ */
 package com.sun.security.auth;
--- a/src/jdk.security.auth/share/classes/module-info.java	Mon Jun 19 08:16:03 2017 -0400
+++ b/src/jdk.security.auth/share/classes/module-info.java	Mon Jun 19 22:54:09 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2017, 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
@@ -24,7 +24,7 @@
  */
 
 /**
- * Provides the implementation of the {@code javax.security.auth.*}
+ * Provides implementations of the {@code javax.security.auth.*}
  * interfaces and various authentication modules.
  *
  * @provides javax.security.auth.spi.LoginModule