public class SensitivePropsSchema extends BaseSchema
| Modifier and Type | Field and Description |
|---|---|
private String |
algorithm |
static String |
DEFAULT_ALGORITHM |
static String |
DEFAULT_PROVIDER |
private String |
key |
private String |
provider |
static String |
SENSITIVE_PROPS_ALGORITHM_KEY |
static String |
SENSITIVE_PROPS_KEY_KEY |
static String |
SENSITIVE_PROPS_PROVIDER_KEY |
IT_WAS_NOT_FOUND_AND_IT_IS_REQUIRED, mapSupplier, validationIssues| Constructor and Description |
|---|
SensitivePropsSchema() |
SensitivePropsSchema(Map map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getKey() |
String |
getProvider() |
Map<String,Object> |
toMap() |
addIssuesIfNotNull, addValidationIssue, getAndValidate, getAndValidateNotNull, getMapAsType, getMapAsType, getOptionalKeyAsType, getRequiredKeyAsType, getValidationIssues, getValidationIssuesAsString, isValid, nullToEmpty, nullToEmpty, nullToEmpty, putIfNotNull, putListIfNotNull, transformListToTypepublic static final String SENSITIVE_PROPS_KEY_KEY
public static final String SENSITIVE_PROPS_ALGORITHM_KEY
public static final String SENSITIVE_PROPS_PROVIDER_KEY
public static final String DEFAULT_ALGORITHM
public static final String DEFAULT_PROVIDER
private String key
private String algorithm
private String provider
public SensitivePropsSchema()
public SensitivePropsSchema(Map map)
Copyright © 2016 Apache NiFi Project. All rights reserved.