Class DecryptionPasswordStrategy
java.lang.Object
org.hibernate.build.publish.auth.maven.pwd.DecryptionPasswordStrategy
- All Implemented Interfaces:
PasswordStrategy
A
PasswordProcessor which decrypts encrypted Maven passwords using the master password
from ~/.m2/settings-security.xml.-
Constructor Summary
ConstructorsConstructorDescriptionDecryptionPasswordStrategy(org.sonatype.plexus.components.cipher.PlexusCipher cipher, String masterPassword) -
Method Summary
-
Constructor Details
-
DecryptionPasswordStrategy
public DecryptionPasswordStrategy(org.sonatype.plexus.components.cipher.PlexusCipher cipher, String masterPassword)
-
-
Method Details
-
interpretPassword
- Specified by:
interpretPasswordin interfacePasswordStrategy
-
decrypt
-