SettingsDecrypter@Component(role=SettingsDecrypter.class) public class DefaultSettingsDecrypter extends java.lang.Object implements SettingsDecrypter
| Constructor | Description |
|---|---|
DefaultSettingsDecrypter() |
| Modifier and Type | Method | Description |
|---|---|---|
SettingsDecryptionResult |
decrypt(SettingsDecryptionRequest request) |
Decrypts passwords in the settings.
|
public SettingsDecryptionResult decrypt(SettingsDecryptionRequest request)
SettingsDecrypterdecrypt in interface SettingsDecrypterrequest - The settings decryption request that holds the parameters, must not be null.null.