org.apache.maven.settings.crypto
Class DefaultSettingsDecrypter
java.lang.Object
org.apache.maven.settings.crypto.DefaultSettingsDecrypter
- All Implemented Interfaces:
- SettingsDecrypter
@Component(role=SettingsDecrypter.class)
public class DefaultSettingsDecrypter
- extends Object
- implements SettingsDecrypter
Decrypts passwords in the settings.
- Author:
- Benjamin Bentmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSettingsDecrypter
public DefaultSettingsDecrypter()
decrypt
public SettingsDecryptionResult decrypt(SettingsDecryptionRequest request)
- Description copied from interface:
SettingsDecrypter
- Decrypts passwords in the settings.
- Specified by:
decrypt
in interface SettingsDecrypter
- 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-2010 The Apache Software Foundation. All Rights Reserved.