src/java.base/share/classes/sun/security/util/SecurityConstants.java
changeset 58610 94710bb2a5bb
parent 49925 3deb300f0e55
equal deleted inserted replaced
58483:f48737be4fd7 58610:94710bb2a5bb
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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
    95 
    95 
    96     // java.net.ResponseCache
    96     // java.net.ResponseCache
    97     public static final NetPermission GET_RESPONSECACHE_PERMISSION =
    97     public static final NetPermission GET_RESPONSECACHE_PERMISSION =
    98        new NetPermission("getResponseCache");
    98        new NetPermission("getResponseCache");
    99 
    99 
       
   100     // java.net.ServerSocket, java.net.Socket
       
   101     public static final NetPermission SET_SOCKETIMPL_PERMISSION =
       
   102         new NetPermission("setSocketImpl");
       
   103 
   100     // java.lang.SecurityManager, sun.applet.AppletPanel
   104     // java.lang.SecurityManager, sun.applet.AppletPanel
   101     public static final RuntimePermission CREATE_CLASSLOADER_PERMISSION =
   105     public static final RuntimePermission CREATE_CLASSLOADER_PERMISSION =
   102         new RuntimePermission("createClassLoader");
   106         new RuntimePermission("createClassLoader");
   103 
   107 
   104     // java.lang.SecurityManager
   108     // java.lang.SecurityManager