Lines Matching defs:in

9  * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
49 * this class, they are all stored in a single
51 * the <code>newPermissionCollection</code> method in the FilePermission class.
53 * stored in the PermissionCollection returned by a call to the
54 * <code>newPermissionCollection</code> method in the
59 * Permission is stored in the appropriate PermissionCollection. If no such
111 * in this Permissions object.
149 * expressed in the <i>permission</i> object. Returns true if the
150 * combination of permissions in the appropriate PermissionCollection
154 * <p>For example, suppose there is a FilePermissionCollection in this
156 * "read" access for all files in all subdirectories of the "/tmp"
158 * for all files in the "/tmp/scratch/foo" directory.
161 * to files in the "/tmp/scratch/foo" directory, <code>true</code> is
169 * @return true if "permission" is implied by the permissions in the
193 * Returns an enumeration of all the Permission objects in all the
194 * PermissionCollections in this Permissions object.
200 // go through each Permissions in the hash table
209 * Gets the PermissionCollection in this Permissions object for
213 * stored in this Permissions object will be returned.
220 * override that method if they need to store their permissions in a
221 * particular PermissionCollection object in order to provide the
225 * in this Permissions object. If the call returns null and createEmpty
379 * Reads in a Hashtable of Class/PermissionCollections and saves them in the
380 * permsMap field. Reads in allPermission.
382 private void readObject(ObjectInputStream in) throws IOException,
386 // Read in serialized fields
387 ObjectInputStream.GetField gfields = in.readFields();
425 // try to see if there are any left in the current one
430 // get the next one that has something in it...
441 // with something in it...
464 * A PermissionsHash stores a homogeneous set of permissions in a hashtable.
506 * expressed in "permission".
510 * @return true if "permission" is a proper subset of a permission in
534 * Returns an enumeration of all the Permission objects in the container.
582 * Reads in a Hashtable of Permission/Permission and saves them in the
585 private void readObject(ObjectInputStream in) throws IOException,
589 // Read in serialized fields
590 ObjectInputStream.GetField gfields = in.readFields();