Class VMParamsAllAndReadonlyDigestZkACLProvider

    • Field Detail

      • DEFAULT_DIGEST_READONLY_USERNAME_VM_PARAM_NAME

        public static final String DEFAULT_DIGEST_READONLY_USERNAME_VM_PARAM_NAME
        See Also:
        Constant Field Values
      • DEFAULT_DIGEST_READONLY_PASSWORD_VM_PARAM_NAME

        public static final String DEFAULT_DIGEST_READONLY_PASSWORD_VM_PARAM_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • VMParamsAllAndReadonlyDigestZkACLProvider

        public VMParamsAllAndReadonlyDigestZkACLProvider()
      • VMParamsAllAndReadonlyDigestZkACLProvider

        public VMParamsAllAndReadonlyDigestZkACLProvider​(String zkDigestAllUsernameVMParamName,
                                                         String zkDigestAllPasswordVMParamName,
                                                         String zkDigestReadonlyUsernameVMParamName,
                                                         String zkDigestReadonlyPasswordVMParamName)
    • Method Detail

      • createACLsToAdd

        protected List<org.apache.zookeeper.data.ACL> createACLsToAdd​(boolean includeReadOnly)
      • createACLsToAdd

        protected List<org.apache.zookeeper.data.ACL> createACLsToAdd​(boolean includeReadOnly,
                                                                      String digestAllUsername,
                                                                      String digestAllPassword,
                                                                      String digestReadonlyUsername,
                                                                      String digestReadonlyPassword)
        Note: only used for tests