| java.security.BasicPermission java.lang.reflect.ReflectPermission
ReflectPermission | final public class ReflectPermission extends BasicPermission (Code) | | ReflectPermission objects represent permission to access dangerous operations
in the reflection layer.
|
ReflectPermission | public ReflectPermission(String permissionName)(Code) | | Creates an instance of this class with given name.
Parameters: permissionName - String the name of the new permission. |
ReflectPermission | public ReflectPermission(String name, String actions)(Code) | | Creates an instance of this class with the given name and action list.
The action list is ignored.
Parameters: name - String the name of the new permission. Parameters: actions - String ignored. |
|
|