public DynamicAccessPermission(String name, String actions)Creates a new DynamicAccessPermission object with the specified name.
The name is the symbolic name of the DynamicAccessPermission, and the
actions String is currently unused and should be null.
super(name, actions);
|