Searched refs:PermissionsHash (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DPermissions.java258 // We'll give them a PermissionsHash.
260 pc = new PermissionsHash();
327 pc = new PermissionsHash();
464 * A PermissionsHash stores a homogeneous set of permissions in a hashtable.
475 final class PermissionsHash extends PermissionCollection class in inherits:PermissionCollection,Serializable
485 * Create an empty PermissionsHash object.
488 PermissionsHash() { method in class:PermissionsHash
493 * Adds a permission to the PermissionsHash.

Completed in 22 milliseconds