Interface WhitelistBlacklistConfiguration

    • Method Detail

      • isWhitelistMerge

        boolean isWhitelistMerge()
        Flag indicating whether to merge this configuration's whitelist with one of a lower order of precedence, or to treat this whitelist as authoritative.
        Returns:
        true if should merge, false otherwise
      • isBlacklistMerge

        boolean isBlacklistMerge()
        Flag indicating whether to merge this configuration's blacklist with one of a lower order of precedence, or to treat this blacklist as authoritative.
        Returns:
        true if should merge, false otherwise
      • getWhitelistBlacklistPrecedence

        @Nonnull
        WhitelistBlacklistConfiguration.Precedence getWhitelistBlacklistPrecedence()
        Get preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
        Returns:
        the configured precedence value.