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()
SettingsDecryptionRequest
getServers
in interface SettingsDecryptionRequest
null
.public DefaultSettingsDecryptionRequest setServers(List<Server> servers)
SettingsDecryptionRequest
setServers
in interface SettingsDecryptionRequest
servers
- The servers to decrypt, may be null
.null
.public List<Proxy> getProxies()
SettingsDecryptionRequest
getProxies
in interface SettingsDecryptionRequest
null
.public DefaultSettingsDecryptionRequest setProxies(List<Proxy> proxies)
SettingsDecryptionRequest
setProxies
in interface SettingsDecryptionRequest
proxies
- The proxies to decrypt, may be null
.null
.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.