Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] dealing with encrypted passwords

Igor Fedorenko wrote:

Does Aether have any provisions to deal with encrypted
passwords, as described in [1]? More specifically, do I need to decrypt
such passwords inside my code or there is some magic in Aether to do
this for me?

[1] http://maven.apache.org/guides/mini/guide-encryption.html

There is nothing in Aether that deals with persistence of passwords, encrypted or otherwise. How passwords are retrieved from the user is entirely up to the end application and its implementation of o.e.a.repository.Authentication.fill().


Benjamin


Back to the top