8182118: Package summary is missing in jdk.security.auth module

Reviewed-by: mullan, mchung
This commit is contained in:
Weijun Wang 2017-06-19 22:54:09 +08:00
parent 04f35f6f89
commit 157b885e4f
5 changed files with 27 additions and 6 deletions
jdk/src/jdk.security.auth/share/classes

@ -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;

@ -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;

@ -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;

@ -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;

@ -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