Package org.apache.maven.settings.crypto
Interface SettingsDecryptionRequest
- All Known Implementing Classes:
DefaultSettingsDecryptionRequest
Deprecated.
since 4.0.0
Collects parameters that control the decryption of settings.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the proxies whose passwords should be decrypted.Deprecated.Gets the servers whose passwords should be decrypted.setProxies
(List<Proxy> proxies) Deprecated.Sets the proxies whose passwords should be decrypted.setServers
(List<Server> servers) Deprecated.Sets the servers whose passwords should be decrypted.
-
Method Details
-
getServers
Deprecated.Gets the servers whose passwords should be decrypted.- Returns:
- The servers to decrypt, never
null
.
-
setServers
Deprecated.Sets the servers whose passwords should be decrypted.- Parameters:
servers
- The servers to decrypt, may benull
.- Returns:
- This request, never
null
.
-
getProxies
Deprecated.Gets the proxies whose passwords should be decrypted.- Returns:
- The proxies to decrypt, never
null
.
-
setProxies
Deprecated.Sets the proxies whose passwords should be decrypted.- Parameters:
proxies
- The proxies to decrypt, may benull
.- Returns:
- This request, never
null
.
-