Uses of Interface
org.apache.maven.settings.crypto.SettingsDecryptionRequest
-
Uses of SettingsDecryptionRequest in org.apache.maven.settings.crypto
Modifier and TypeClassDescriptionclass
Collects parameters that control the decryption of settings.Modifier and TypeMethodDescriptionSettingsDecryptionRequest.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.Modifier and TypeMethodDescriptionDefaultSettingsDecrypter.decrypt
(SettingsDecryptionRequest request) SettingsDecrypter.decrypt
(SettingsDecryptionRequest request) Decrypts passwords in the settings.