Searched defs:SerializablePermission (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DSerializablePermission.java34 * This class is for Serializable permissions. A SerializablePermission
43 * The following table lists all the possible SerializablePermission target names,
92 public final class SerializablePermission extends BasicPermission { class in inherits:BasicPermission
102 * Creates a new SerializablePermission with the specified name.
103 * The name is the symbolic name of the SerializablePermission, such as
106 * @param name the name of the SerializablePermission.
111 public SerializablePermission(String name) method in class:SerializablePermission
117 * Creates a new SerializablePermission object with the specified name.
118 * The name is the symbolic name of the SerializablePermission, and the
121 * @param name the name of the SerializablePermission
128 public SerializablePermission(String name, String actions) method in class:SerializablePermission
[all...]

Completed in 49 milliseconds