Package org.apache.maven.settings.crypto
Class DefaultSettingsDecrypter
java.lang.Object
org.apache.maven.settings.crypto.DefaultSettingsDecrypter
- All Implemented Interfaces:
- SettingsDecrypter
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultSettingsDecrypter
extends Object
implements SettingsDecrypter
Deprecated.
since 4.0.0
Decrypts passwords in the settings.
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultSettingsDecrypter(org.codehaus.plexus.components.secdispatcher.SecDispatcher securityDispatcher) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptiondecrypt(SettingsDecryptionRequest request) Deprecated.Decrypts passwords in the settings.
- 
Constructor Details- 
DefaultSettingsDecrypter@Inject public DefaultSettingsDecrypter(org.codehaus.plexus.components.secdispatcher.SecDispatcher securityDispatcher) Deprecated.
 
- 
- 
Method Details- 
decryptDeprecated.Description copied from interface:SettingsDecrypterDecrypts passwords in the settings.- Specified by:
- decryptin interface- SettingsDecrypter
- Parameters:
- request- The settings decryption request that holds the parameters, must not be- null.
- Returns:
- The result of the settings decryption, never null.
 
 
-