|
||||||||||
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 | |
---|---|
java.util.List<Proxy> |
getProxies()
Gets the proxies whose passwords should be decrypted. |
java.util.List<Server> |
getServers()
Gets the servers whose passwords should be decrypted. |
SettingsDecryptionRequest |
setProxies(java.util.List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted. |
SettingsDecryptionRequest |
setServers(java.util.List<Server> servers)
Sets the servers whose passwords should be decrypted. |
Method Detail |
---|
java.util.List<Server> getServers()
null
.SettingsDecryptionRequest setServers(java.util.List<Server> servers)
servers
- The servers to decrypt, may be null
.
null
.java.util.List<Proxy> getProxies()
null
.SettingsDecryptionRequest setProxies(java.util.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 |