Hi.

> I am a newbie to Spring Security.
>
> I am interested to know if anyone has used Spring Security with Java
> Persistence API to provide authentication, access control /
> authorization to database transactions where db access is via Java
> Persistence API.
>
> My search in the archives did not yield any thing like that so I would
> appreciate some guidance.

What exactly you are up to?

The simplest entry point I can imagine is implementing a JPA-based
UserDetailsService. This service returns a user (UserDetails) with his
rights (GrantedAuthority[]).

But I guess you have something more complex in mind. Could you maybe
describe a usage scenario?

Bye.
/lexi

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to