Class: TCellAgent::PolicyTypes
- Inherits:
-
Object
- Object
- TCellAgent::PolicyTypes
- Defined in:
- lib/tcell_agent/agent/policy_types.rb
Constant Summary collapse
- CSP =
"csp-headers"- Clickjacking =
"clickjacking"- SecureHeaders =
"secure-headers"- HttpTx =
"http-tx"- HttpRedirect =
"http-redirect"- AppSensor =
"appsensor"- HoneyTokens =
"exp-honeytokens"- LoginFraud =
"login"- DataLoss =
"dlp"- Patches =
"patches"- ClassMap =
{ CSP=>TCellAgent::Policies::ContentSecurityPolicy, Clickjacking=>TCellAgent::Policies::ClickjackingPolicy, SecureHeaders=>TCellAgent::Policies::SecureHeadersPolicy, HttpTx=>TCellAgent::Policies::HttpTxPolicy, HttpRedirect=>TCellAgent::Policies::HttpRedirectPolicy, AppSensor=>TCellAgent::Policies::AppSensorPolicy, HoneyTokens=>TCellAgent::Policies::HoneytokensPolicy, LoginFraud=>TCellAgent::Policies::LoginFraudPolicy, DataLoss=>TCellAgent::Policies::DataLossPolicy, Patches=>TCellAgent::Policies::PatchesPolicy }