Package org.apache.maven.settings.crypto
Interface SettingsDecrypter
-
- All Known Implementing Classes:
DefaultSettingsDecrypter
public interface SettingsDecrypterDecrypts passwords in the settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SettingsDecryptionResultdecrypt(SettingsDecryptionRequest request)Decrypts passwords in the settings.
-
-
-
Method Detail
-
decrypt
SettingsDecryptionResult decrypt(SettingsDecryptionRequest request)
Decrypts passwords in the settings.- Parameters:
request- The settings decryption request that holds the parameters, must not benull.- Returns:
- The result of the settings decryption, never
null.
-
-