| Interface | Description |
|---|---|
| PolicyConfigurationEncrypter |
Encrypts values from the configuration of a policy taken from a
PolicyDefinition It can handle simple Strings and Maps,
and each value encrypted must return an EncryptedValueResult |
| Class | Description |
|---|---|
| DefaultPolicyConfigurationEncrypter | |
| EncryptedValueResult<EncryptedType> |
Represents the result of a single value encrypted
Each result contains: The template placeholder that will be used in the XML; it can be the original value when there is no
encryption feature available, or the key surrounded by a prefix/suffix indicating that the value should be encrypted.
|
| PolicyConfigurationEncryptionResult |
Represents the result of the encryption of the configuration of a policy.
|
| Exception | Description |
|---|---|
| EncryptedPolicyException |
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.