public interface SettingsDecryptionResult
| Modifier and Type | Method and Description | 
|---|---|
List<SettingsProblem> | 
getProblems()
Gets the problems that were encountered during the settings decryption. 
 | 
List<Proxy> | 
getProxies()
Gets the decrypted proxies. 
 | 
Proxy | 
getProxy()
Gets the decrypted proxy. 
 | 
Server | 
getServer()
Gets the decrypted server. 
 | 
List<Server> | 
getServers()
Gets the decrypted servers. 
 | 
Server getServer()
getServers().null.List<Server> getServers()
null.Proxy getProxy()
getProxies().null.List<Proxy> getProxies()
null.List<SettingsProblem> getProblems()
null.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.