@Named @Singleton public class DefaultSettingsDecrypter extends Object implements SettingsDecrypter
| Constructor and Description |
|---|
DefaultSettingsDecrypter(org.sonatype.plexus.components.sec.dispatcher.SecDispatcher securityDispatcher) |
| Modifier and Type | Method and Description |
|---|---|
SettingsDecryptionResult |
decrypt(SettingsDecryptionRequest request)
Decrypts passwords in the settings.
|
@Inject
public DefaultSettingsDecrypter(@Named(value="maven")
org.sonatype.plexus.components.sec.dispatcher.SecDispatcher securityDispatcher)
public SettingsDecryptionResult decrypt(SettingsDecryptionRequest request)
SettingsDecrypterdecrypt in interface SettingsDecrypterrequest - The settings decryption request that holds the parameters, must not be null.null.Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.