public static enum PgxRedactionRuleConfig.Field extends java.lang.Enum<PgxRedactionRuleConfig.Field> implements ConfigField
Enum Constant and Description |
---|
LABEL
Vertex / Edge label to which the rule is applied
|
PROPERTIES
List of properties to be redacted
|
REDACT_EDGE
Trigger expression for redacting edges
|
REDACT_EDGE_PROPERTIES
Rules for redacting edge properties
|
REDACT_VERTEX
Trigger expression for redacting vertices
|
REDACT_VERTEX_PROPERTIES
Rules for redacting vertex properties
|
RULE_NAME
Name of the redaction rule
|
RULE_TRIGGER
Trigger expression for the rule
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultVal()
Gets the default value of this field.
|
java.util.List<java.lang.String> |
getKeyAliases()
Gets the key aliases of this field which are also recognized during parsing.
|
java.util.List<java.lang.String> |
getSingletonListKeyAliases()
Gets the key aliases of this field which contain single values for lists and are also recognized during parsing.
|
java.lang.Class<?> |
getType()
Gets the type of this field.
|
boolean |
isArray()
Checks if this field is an array.
|
boolean |
isHidden()
Checks if this field should be hidden.
|
boolean |
isPath()
Checks if this field is a path.
|
boolean |
isRequired()
Checks if this field is required.
|
boolean |
isSensitive()
Checks if this field holds a sensitive data.
|
java.lang.String |
toKey()
Get the key of this field, which is how this field is represented in serialized form.
|
java.lang.String |
toString() |
static PgxRedactionRuleConfig.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxRedactionRuleConfig.Field[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
isEnum, isPrimitive
public static final PgxRedactionRuleConfig.Field LABEL
public static final PgxRedactionRuleConfig.Field PROPERTIES
public static final PgxRedactionRuleConfig.Field REDACT_EDGE
public static final PgxRedactionRuleConfig.Field REDACT_EDGE_PROPERTIES
public static final PgxRedactionRuleConfig.Field REDACT_VERTEX
public static final PgxRedactionRuleConfig.Field REDACT_VERTEX_PROPERTIES
public static final PgxRedactionRuleConfig.Field RULE_NAME
public static final PgxRedactionRuleConfig.Field RULE_TRIGGER
public java.lang.Object getDefaultVal()
ConfigField
getDefaultVal
in interface ConfigField
public java.util.List<java.lang.String> getKeyAliases()
ConfigField
getKeyAliases
in interface ConfigField
public java.util.List<java.lang.String> getSingletonListKeyAliases()
ConfigField
getSingletonListKeyAliases
in interface ConfigField
public java.lang.Class<?> getType()
ConfigField
getType
in interface ConfigField
public boolean isArray()
ConfigField
isArray
in interface ConfigField
public boolean isHidden()
ConfigField
isHidden
in interface ConfigField
public boolean isPath()
ConfigField
isPath
in interface ConfigField
public boolean isRequired()
ConfigField
isRequired
in interface ConfigField
public boolean isSensitive()
ConfigField
isSensitive
in interface ConfigField
public java.lang.String toKey()
ConfigField
toKey
in interface ConfigField
public java.lang.String toString()
toString
in class java.lang.Enum<PgxRedactionRuleConfig.Field>
public static PgxRedactionRuleConfig.Field valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static PgxRedactionRuleConfig.Field[] values()
for (PgxRedactionRuleConfig.Field c : PgxRedactionRuleConfig.Field.values()) System.out.println(c);
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.