public class DefaultSettingsDecryptionRequest extends Object implements SettingsDecryptionRequest
| Constructor and Description | 
|---|
DefaultSettingsDecryptionRequest()
Creates an empty request. 
 | 
DefaultSettingsDecryptionRequest(Proxy proxy)
Creates a new request to decrypt the specified proxy. 
 | 
DefaultSettingsDecryptionRequest(Server server)
Creates a new request to decrypt the specified server. 
 | 
DefaultSettingsDecryptionRequest(Settings settings)
Creates a new request to decrypt the specified settings. 
 | 
| 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. 
 | 
DefaultSettingsDecryptionRequest | 
setProxies(List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted. 
 | 
DefaultSettingsDecryptionRequest | 
setServers(List<Server> servers)
Sets the servers whose passwords should be decrypted. 
 | 
public DefaultSettingsDecryptionRequest()
public DefaultSettingsDecryptionRequest(Settings settings)
settings - The settings to decrypt, must not be null.public DefaultSettingsDecryptionRequest(Server server)
server - The server to decrypt, must not be null.public DefaultSettingsDecryptionRequest(Proxy proxy)
proxy - The proxy to decrypt, must not be null.public List<Server> getServers()
SettingsDecryptionRequestgetServers in interface SettingsDecryptionRequestnull.public DefaultSettingsDecryptionRequest setServers(List<Server> servers)
SettingsDecryptionRequestsetServers in interface SettingsDecryptionRequestservers - The servers to decrypt, may be null.null.public List<Proxy> getProxies()
SettingsDecryptionRequestgetProxies in interface SettingsDecryptionRequestnull.public DefaultSettingsDecryptionRequest setProxies(List<Proxy> proxies)
SettingsDecryptionRequestsetProxies in interface SettingsDecryptionRequestproxies - The proxies to decrypt, may be null.null.Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.