Uses of Interface
org.apache.maven.settings.crypto.SettingsDecryptionRequest

Packages that use SettingsDecryptionRequest
org.apache.maven.settings.crypto   
 

Uses of SettingsDecryptionRequest in org.apache.maven.settings.crypto
 

Classes in org.apache.maven.settings.crypto that implement SettingsDecryptionRequest
 class DefaultSettingsDecryptionRequest
          Collects parameters that control the decryption of settings.
 

Methods in org.apache.maven.settings.crypto that return SettingsDecryptionRequest
 SettingsDecryptionRequest SettingsDecryptionRequest.setProxies(List<Proxy> proxies)
          Sets the proxies whose passwords should be decrypted.
 SettingsDecryptionRequest SettingsDecryptionRequest.setServers(List<Server> servers)
          Sets the servers whose passwords should be decrypted.
 

Methods in org.apache.maven.settings.crypto with parameters of type SettingsDecryptionRequest
 SettingsDecryptionResult SettingsDecrypter.decrypt(SettingsDecryptionRequest request)
          Decrypts passwords in the settings.
 SettingsDecryptionResult DefaultSettingsDecrypter.decrypt(SettingsDecryptionRequest request)
           
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.