src/java.base/share/classes/javax/security/auth/AuthPermission.java
changeset 57950 4612a3cfb927
parent 49150 a4a816f88e58
equal deleted inserted replaced
57945:e09c993ac476 57950:4612a3cfb927
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   127  * @since 1.4
   127  * @since 1.4
   128  */
   128  */
   129 public final class AuthPermission extends
   129 public final class AuthPermission extends
   130 java.security.BasicPermission {
   130 java.security.BasicPermission {
   131 
   131 
       
   132     @java.io.Serial
   132     private static final long serialVersionUID = 5806031445061587174L;
   133     private static final long serialVersionUID = 5806031445061587174L;
   133 
   134 
   134     /**
   135     /**
   135      * Creates a new AuthPermission with the specified name.
   136      * Creates a new AuthPermission with the specified name.
   136      * The name is the symbolic name of the AuthPermission.
   137      * The name is the symbolic name of the AuthPermission.