< prev index next >

src/java.base/share/classes/jdk/net/NetworkPermission.java

Print this page

        

*** 31,41 **** * Represents permission to access the extended networking capabilities * defined in the jdk.net package. These permissions contain a target * name, but no actions list. Callers either possess the permission or not. * <p> * The following targets are defined: ! * <p> * <table border=1 cellpadding=5 summary="permission target name, * what the target allows,and associated risks"> * <tr> * <th>Permission Target Name</th> * <th>What the Permission Allows</th> --- 31,41 ---- * Represents permission to access the extended networking capabilities * defined in the jdk.net package. These permissions contain a target * name, but no actions list. Callers either possess the permission or not. * <p> * The following targets are defined: ! * * <table border=1 cellpadding=5 summary="permission target name, * what the target allows,and associated risks"> * <tr> * <th>Permission Target Name</th> * <th>What the Permission Allows</th>
< prev index next >