Uses of Interface
org.apache.maven.settings.crypto.SettingsDecryptionRequest
-
Packages that use SettingsDecryptionRequest Package Description org.apache.maven.settings.crypto -
-
Uses of SettingsDecryptionRequest in org.apache.maven.settings.crypto
Classes in org.apache.maven.settings.crypto that implement SettingsDecryptionRequest Modifier and Type Class Description classDefaultSettingsDecryptionRequestCollects parameters that control the decryption of settings.Methods in org.apache.maven.settings.crypto that return SettingsDecryptionRequest Modifier and Type Method Description SettingsDecryptionRequestSettingsDecryptionRequest. setProxies(java.util.List<org.apache.maven.settings.Proxy> proxies)Sets the proxies whose passwords should be decrypted.SettingsDecryptionRequestSettingsDecryptionRequest. setServers(java.util.List<org.apache.maven.settings.Server> servers)Sets the servers whose passwords should be decrypted.Methods in org.apache.maven.settings.crypto with parameters of type SettingsDecryptionRequest Modifier and Type Method Description SettingsDecryptionResultDefaultSettingsDecrypter. decrypt(SettingsDecryptionRequest request)SettingsDecryptionResultSettingsDecrypter. decrypt(SettingsDecryptionRequest request)Decrypts passwords in the settings.
-