The RegistryRequest Class contains the following constructor:
Creates a RegistryRequest object based on the specified access type and value.
public RegistryRequest(int access, String value);
access | The type of access requested. It must be one of the following: OPEN, READ, WRITE, DELETE, or CREATE. |
value | The key or value for which access is requested. |