| Package | Description |
|---|---|
| org.apache.maven.settings.crypto |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultSettingsDecryptionRequest |
Collects parameters that control the decryption of settings.
|
| Modifier and Type | Method | Description |
|---|---|---|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setProxies(java.util.List<org.apache.maven.settings.Proxy> proxies) |
Sets the proxies whose passwords should be decrypted.
|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setServers(java.util.List<org.apache.maven.settings.Server> servers) |
Sets the servers whose passwords should be decrypted.
|
| Modifier and Type | Method | Description |
|---|---|---|
SettingsDecryptionResult |
DefaultSettingsDecrypter.decrypt(SettingsDecryptionRequest request) |
|
SettingsDecryptionResult |
SettingsDecrypter.decrypt(SettingsDecryptionRequest request) |
Decrypts passwords in the settings.
|