src/share/classes/javax/security/auth/package-info.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:


  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /**
  27  * This package provides a framework for authentication and
  28  * authorization. The framework allows
  29  * authentication to be performed in pluggable fashion. Different
  30  * authentication modules can be plugged under an application without
  31  * requiring modifications to the application itself. The
  32  * authorization component allows specification of access controls
  33  * based on code location, code signers and code executors
  34  * (Subjects).
  35  *
  36  * @since JDK1.4
  37  */
  38 package javax.security.auth;


  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /**
  27  * This package provides a framework for authentication and
  28  * authorization. The framework allows
  29  * authentication to be performed in pluggable fashion. Different
  30  * authentication modules can be plugged under an application without
  31  * requiring modifications to the application itself. The
  32  * authorization component allows specification of access controls
  33  * based on code location, code signers and code executors
  34  * (Subjects).
  35  *
  36  * @since 1.4
  37  */
  38 package javax.security.auth;