JDOPermission(
String name,
String actions
)
Constructs a
JDOPermission
with the specified name and actions. The actions should be null
; they are ignored. This constructor exists for use by the Policy
object to instantiate new Permission
objects. - Parameters:
name
- the name of theJDOPermission
actions
- should benull
.
- Since:
- JDO 1.0