| Modifier and Type | Fields and Description |
|---|---|
static String |
MASK_CREDIT_CARD_NUMBER
Mask for a credit card number: dddd-XXXX-XXXX-dddd
|
static String |
MASK_EMAIL_ADDRESS
Mask for a email address.
|
static String |
MASK_PASSWORD
Mask for a password or alphanumeric pin with various lengths (min length = 4, max length =
100): mask all characters
|
static String |
MASK_PHONE_NUMBER
Mask for a phone number: XXX-XXX-dddd leave the last four digits unmasked
|
static String |
MASK_SSN
MASK for a SSN: XXX-XX-dddd leave the last four digits unmasked
|
| Modifier and Type | Required Element and Description |
|---|---|
String |
mask
The masking pattern that should be applied to the value of the annotated attribute.
|
String |
type
The type of sensitive attribute.
|
| Modifier and Type | Optional Element and Description |
|---|---|
char |
character
The character that should be used to mask the value of the annotated attribute.
|
public static final String MASK_PASSWORD
public static final String MASK_EMAIL_ADDRESS
public static final String MASK_PHONE_NUMBER
public static final String MASK_CREDIT_CARD_NUMBER
public static final String MASK_SSN
public abstract String type
public abstract String mask
Copyright © 2014 Crater Dog Technologies(TM). All rights reserved.