public static enum GatewaySecurityConfiguration.EncryptionMode extends Enum<GatewaySecurityConfiguration.EncryptionMode>
| Enum Constant and Description |
|---|
FULL |
SENSITIVE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static GatewaySecurityConfiguration.EncryptionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewaySecurityConfiguration.EncryptionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GatewaySecurityConfiguration.EncryptionMode FULL
public static final GatewaySecurityConfiguration.EncryptionMode SENSITIVE_ONLY
public static GatewaySecurityConfiguration.EncryptionMode[] values()
for (GatewaySecurityConfiguration.EncryptionMode c : GatewaySecurityConfiguration.EncryptionMode.values()) System.out.println(c);
public static GatewaySecurityConfiguration.EncryptionMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.