|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
public class DefaultSettingsDecryptionRequest
Collects parameters that control the decryption of settings.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
.Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |