Package io.deephaven.kv.acl


package io.deephaven.kv.acl
  • Class
    Description
     
    A dynamic KeyPath model for the acl store (starting key path /main/config/acldb).
    Initializes a global AclContext as the equivalent of new SchemaContext(ConfigContextInstance.getInstance()).
    Types of entries that should appear in acldb keys in the KV store
    Provides a set of convenience methods to abstract storage and retrieval of ACL objects in a KV store.
    Generic class for ACL objects which would have been stored as rows in MySQL tables using the MySqlDbAclProvider.
    Provides a set of enums for expected primary key and value attributes of different AclEntryTypes and makes them available through an immutable Map.
     
    The root of all possible KvAcl related exceptions.
    The exception for when a KV key can not be found in the store.