Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Password Security Encryption forRCPapplication

Yes we were aware of this and agree the interface should be public. I've now entered an EclipseLink bug to track its resolution.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=267055

Feel free to log an enhancement request for any other password decoding services. Please include as much detail as possible.

Cheers,
Guy

----- Original Message ----- From: "Philipp Kursawe" <phil.kursawe@xxxxxxxxx>
To: "EclipseLink User Discussions" <eclipselink-users@xxxxxxxxxxx>
Sent: Wednesday, March 04, 2009 2:29 AM
Subject: Re: [eclipselink-users] Password Security Encryption forRCPapplication


On Tue, 03 Mar 2009 23:57:16 +0100, Matthew Simcox <Matthew.Simcox@xxxxxxxxxxxxx> wrote:

Your encryption class would need to implement the
org.eclipse.persistence.internal.security.Securable interface.
One would really have to implement an "internal" class? Shouldn't be such public API? Or even better make use of OSGi services and look for PasswordDecoder service that will decode the password? EclipseLink would then be the consumer of this service and let it decode whatever is written in the persistence.xml. In any way, the "classFor" is poison inside an OSGi environment.

Regards,
Phil
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users




Back to the top