Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] jpasecurity project?

Hi, Clovis
I recently start a project. This project creates JPA entity dynamically. It can also associate instance with instance-specific ACL: http://www.flexdms.com/index.html#/access_control. Under the hood, instance ACL is checked and enforced when instance is loaded/updated/deleted.  It does the ACL enforcement by listening jpa context event. The source code is here : https://github.com/jasonzhang2022/flexims/tree/master/security. The hookup code : https://github.com/jasonzhang2022/flexims/blob/master/security/src/main/java/com/flexdms/flexims/accesscontrol/InstanceAuthorizer.java

Regards


On Mon, Sep 8, 2014 at 10:01 AM, cwichoski <clovis@xxxxxxxxxxxxxxx> wrote:
Hi Laird,

I'm research how to do same thing these days, can you share how you solved
the problem? if solved.

Best regards

Clóvis



--
View this message in context: http://eclipse.1072660.n5.nabble.com/jpasecurity-project-tp4135p169858.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



--
-jiesheng

Back to the top