|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.settings.crypto.DefaultSettingsDecrypter
@Component(role=SettingsDecrypter.class) public class DefaultSettingsDecrypter
Decrypts passwords in the settings.
Constructor Summary | |
---|---|
DefaultSettingsDecrypter()
|
Method Summary | |
---|---|
SettingsDecryptionResult |
decrypt(SettingsDecryptionRequest request)
Decrypts passwords in the settings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSettingsDecrypter()
Method Detail |
---|
public SettingsDecryptionResult decrypt(SettingsDecryptionRequest request)
SettingsDecrypter
decrypt
in interface SettingsDecrypter
request
- The settings decryption request that holds the parameters, must not be null
.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |