Package | Description |
---|---|
org.apache.maven.settings.crypto |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSettingsDecryptionRequest
Collects parameters that control the decryption of settings.
|
Modifier and Type | Method and Description |
---|---|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setProxies(List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted.
|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setServers(List<Server> servers)
Sets the servers whose passwords should be decrypted.
|
Modifier and Type | Method and Description |
---|---|
SettingsDecryptionResult |
DefaultSettingsDecrypter.decrypt(SettingsDecryptionRequest request) |
SettingsDecryptionResult |
SettingsDecrypter.decrypt(SettingsDecryptionRequest request)
Decrypts passwords in the settings.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.