|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SettingsDecryptionRequest
Collects parameters that control the decryption of settings.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |