public final class ActionsDeniedPermission
extends java.security.BasicPermission
ActionsDeniedPermission
is used only during the installation.
ActionsDeniedPermission
MUST have only two options:
allowed
or not allowed
.
ActionsDeniedPermission
class does not support any names and
actions.
Hint: Please get sure to read carefully profile specific information in the summary of the respective profile that may affect this class.
Constructor and Description |
---|
ActionsDeniedPermission()
Creates a new
ActionsDeniedPermission object. |
Modifier and Type | Method and Description |
---|---|
boolean |
implies(java.security.Permission permission)
Checks if the specified permission is "implied" by this object.
|
public ActionsDeniedPermission()
ActionsDeniedPermission
object.public boolean implies(java.security.Permission permission)
permission
's class is the same as this object's class.implies
in class java.security.BasicPermission
permission
- the permission to check against.true
if the specified permission is implied by this
object, otherwise false
.Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.