Class EtcdAclRoleBase

java.lang.Object
io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
io.deephaven.kv.etcd.EtcdAclRoleBase
All Implemented Interfaces:
io.deephaven.kv.etcd.EtcdRole
Direct Known Subclasses:
EtcdAclRORole, EtcdAclRWRole

public abstract class EtcdAclRoleBase extends io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
A bootstrapped etcd role that needs read/write access to a AclContext. Its role has the name "acl".
  • Field Summary

    Fields inherited from class io.deephaven.kv.etcd.EtcdRoleBootstrappedBase

    DH_ETCD_BOOTSTRAP_DIR_ENV, DH_ETCD_BOOTSTRAP_DIR_PROP
  • Method Summary

    Modifier and Type
    Method
    Description
    io.deephaven.kv.acl.AclContext
     

    Methods inherited from class io.deephaven.kv.etcd.EtcdRoleBootstrappedBase

    createClientFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.deephaven.kv.etcd.EtcdRole

    getDesiredPermissions
  • Method Details

    • getContext

      public io.deephaven.kv.acl.AclContext getContext()