< prev index next >

src/java.base/share/classes/java/io/SerializablePermission.java

Print this page

        

*** 42,57 **** * <P> * The following table lists the standard {@code SerializablePermission} target names, * and for each provides a description of what the permission allows * and a discussion of the risks of granting code the permission. * ! * <table border=1 cellpadding=5 summary="Permission target name, what the permission allows, and associated risks"> * <tr> * <th>Permission Target Name</th> * <th>What the Permission Allows</th> * <th>Risks of Allowing this Permission</th> * </tr> * * <tr> * <td>enableSubclassImplementation</td> * <td>Subclass implementation of ObjectOutputStream or ObjectInputStream * to override the default serialization or deserialization, respectively, --- 42,61 ---- * <P> * The following table lists the standard {@code SerializablePermission} target names, * and for each provides a description of what the permission allows * and a discussion of the risks of granting code the permission. * ! * <table class="striped"> ! * <caption style="display:none">Permission target name, what the permission allows, and associated risks</caption> ! * <thead> * <tr> * <th>Permission Target Name</th> * <th>What the Permission Allows</th> * <th>Risks of Allowing this Permission</th> * </tr> + * </thead> + * <tbody> * * <tr> * <td>enableSubclassImplementation</td> * <td>Subclass implementation of ObjectOutputStream or ObjectInputStream * to override the default serialization or deserialization, respectively,
*** 77,87 **** * <td>serialFilter</td> * <td>Setting a filter for ObjectInputStreams.</td> * <td>Code could remove a configured filter and remove protections * already established.</td> * </tr> ! * * </table> * * @see java.security.BasicPermission * @see java.security.Permission * @see java.security.Permissions --- 81,91 ---- * <td>serialFilter</td> * <td>Setting a filter for ObjectInputStreams.</td> * <td>Code could remove a configured filter and remove protections * already established.</td> * </tr> ! * </tbody> * </table> * * @see java.security.BasicPermission * @see java.security.Permission * @see java.security.Permissions
< prev index next >