public class GatewaySecurityConfiguration extends RuntimeConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
GatewaySecurityConfiguration.EncryptionMode |
| Constructor and Description |
|---|
GatewaySecurityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearEncryptionKey() |
String |
getEncryptionKey() |
String |
hashAlgorithm() |
boolean |
hashClients() |
boolean |
isEncryptionEnabled() |
boolean |
isSensitiveOnlyEncryption() |
parseBooleanOrDefault, parseIntOrDefault, parseLongOrDefault, parsePositive0IntOrDefaultpublic String getEncryptionKey()
public boolean isEncryptionEnabled()
public boolean isSensitiveOnlyEncryption()
public void clearEncryptionKey()
public boolean hashClients()
public String hashAlgorithm()
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.