Class | Description |
---|---|
DecimalIdentity |
An identity data mask for decimal types.
|
DoubleIdentity |
An identity data mask for floating point types.
|
ListIdentity |
A data mask for list types that applies the given masks to its
children, but doesn't mask at this level.
|
LongIdentity |
An identity data mask for integer types.
|
MapIdentity |
A data mask for map types that applies the given masks to its
children, but doesn't mask at this level.
|
MaskFactory |
A mask factory framework that automatically builds a recursive mask.
|
MaskProvider |
The Provider for all of the built-in data masks.
|
NullifyMask |
Masking routine that converts every value to NULL.
|
RedactMaskFactory |
Masking strategy that hides most string and numeric values based on unicode
character categories.
|
SHA256MaskFactory |
Masking strategy that masks String, Varchar, Char and Binary types
as SHA 256 hash.
|
StructIdentity |
A data mask for struct types that applies the given masks to its
children, but doesn't mask at this level.
|
UnionIdentity |
A data mask for union types that applies the given masks to its
children, but doesn't mask at this level.
|
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.