Skip to content

classification_api_handler.cpp

makr-code edited this page Nov 18, 2025 · 1 revision

classification_api_handler.cpp

Path: src/server/classification_api_handler.cpp

Purpose: HTTP handlers for classification APIs, likely related to PII or policy classification.

Public functions / symbols:

  • : pii_detector_(pii_detector) {
  • if (!pii_detector_) {
  • ``
  • for (const auto& finding : findings) {
  • THEMIS_WARN("Classification API: PIIDetector not initialized");
  • THEMIS_ERROR("Classification API: PIIDetector not initialized");

Navigation

Overview

Getting Started

API

Query Engine

Storage & Indexes

Security

Search

Performance

Time Series

Admin Tools

Observability

Ingestion

Operations

Development

Source Docs

Clone this wiki locally