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

Is there an example that shows how to use AuthenticationBuilder and
SecretAuthentication to handle password decryption in application code?
Or am I supposed to implement custom Authentication?

--
Regards,
Igor

On 2014-05-25, 12:20, Benjamin Bentmann wrote:
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
_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aether-users


Back to the top