Serializable
, Guard
The
AllPermission
is a permission that implies all other permissions.
Note: Granting AllPermission
should be done with extreme care, as it implies all other permissions. Thus, it grants code the ability to run with security disabled. Extreme caution should be taken before granting such a permission to code. This permission should be used only during testing, or in extremely rare cases where an application or applet is completely trusted and adding the necessary permissions to the policy is prohibitively cumbersome.
Constructors
Creates a new AllPermission
object.
Creates a new AllPermission
object.
boolean
Checks two AllPermission
objects for equality.
Returns the canonical string representation of the actions.
int
Returns the hash code value for this object.
boolean
Checks if the specified permission is "implied" by this object.
Returns a new PermissionCollection
for storing AllPermission
objects.
public AllPermission()
Creates a new AllPermission
object.
Creates a new AllPermission
object. This constructor exists for use by the Policy
object to instantiate new Permission
objects.
name
- ignored
actions
- ignored.
Checks if the specified permission is "implied" by this object. This method always returns true
.
implies
in class Permission
p
- the permission to check against.
Checks two AllPermission
objects for equality. Two AllPermission
objects are always equal.
equals
in class Permission
obj
- the object we are testing for equality with this object.
obj
is an AllPermission
, false otherwise.
public int hashCode()
Returns the hash code value for this object.
hashCode
in class Permission
Returns the canonical string representation of the actions.
getActions
in class Permission
Returns a new PermissionCollection
for storing AllPermission
objects.
newPermissionCollection
in class Permission
PermissionCollection
suitable for storing AllPermission
objects.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4