/
Security PEP Redaction

Security PEP Redaction

Description

The Security PEP Redaction bundle contains a redaction plugin that is added as a post query plugin in the DDF query lifecycle. This plugin looks at the security attributes on the metacard and compares them to the security attributes on the user who made the query request. If they do not match, the plug in will, depending on the configuration, either filter the metacard out of the results or will redact certain parts of the metacard that the user does not have access to see.

Configuration

Installation

This bundle is not installed by default and can be added by installing the security-pep-redaction feature.

Configuration

None

Implementation Details

Imported Services

None

Exported Services

Registered InterfaceImplementation ClassProperties Set

ddf.catalog.plugin.PostQueryPlugin

ddf.security.pep.redaction.plugin.RedactionPlugin

None