public interface SettingsDecryptionRequest
| Modifier and Type | Method and Description | 
|---|---|
| List<Proxy> | getProxies()Gets the proxies whose passwords should be decrypted. | 
| List<Server> | getServers()Gets the servers whose passwords should be decrypted. | 
| SettingsDecryptionRequest | setProxies(List<Proxy> proxies)Sets the proxies whose passwords should be decrypted. | 
| SettingsDecryptionRequest | setServers(List<Server> servers)Sets the servers whose passwords should be decrypted. | 
List<Server> getServers()
null.SettingsDecryptionRequest setServers(List<Server> servers)
servers - The servers to decrypt, may be null.null.List<Proxy> getProxies()
null.SettingsDecryptionRequest setProxies(List<Proxy> proxies)
proxies - The proxies to decrypt, may be null.null.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.