Interface SettingsDecryptionRequest
- All Known Implementing Classes:
- DefaultSettingsDecryptionRequest
Deprecated.
since 4.0.0
Collects parameters that control the decryption of settings.
- 
Method SummaryModifier 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
- 
setServersDeprecated.Sets the servers whose passwords should be decrypted.- Parameters:
- servers- The servers to decrypt, may be- null.
- Returns:
- This request, never null.
 
- 
getProxies
- 
setProxiesDeprecated.Sets the proxies whose passwords should be decrypted.- Parameters:
- proxies- The proxies to decrypt, may be- null.
- Returns:
- This request, never null.
 
 
-