KeyValueStoreResource class
- Inheritance
-
- Object
- Resource
- SecureResource<
KeyValueStorePermission> - KeyValueStoreResource
Constructors
- KeyValueStoreResource(String name)
Properties
Methods
-
allow(
List< KeyValueStorePermission> permissions) → KeyValueStore -
asRequest(
) → ResourceDeclareRequest -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
permissionsToActions(
List< KeyValueStorePermission> permissions) → List<Action> -
Convert a list of permissions to gRPC actions.
override
-
register(
) → Future< void> -
Register the resource with the Nitric server.
inherited
-
registerPolicy(
List< KeyValueStorePermission> permissions) → Future<void> -
Register a policy with the Nitric server to secure the resource with least-privilege. Handles shutting down the channel.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited