org.apache.maven.settings.crypto
Interface SettingsDecrypter

All Known Implementing Classes:
DefaultSettingsDecrypter

public interface SettingsDecrypter

Decrypts passwords in the settings.

Author:
Benjamin Bentmann

Method Summary
 SettingsDecryptionResult decrypt(SettingsDecryptionRequest request)
          Decrypts passwords in the settings.
 

Method Detail

decrypt

SettingsDecryptionResult decrypt(SettingsDecryptionRequest request)
Decrypts passwords in the settings.

Parameters:
request - The settings decryption request that holds the parameters, must not be null.
Returns:
The result of the settings decryption, never null.


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.