Skip to main content

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

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


Back to the top