java ee - Spring security domain ACL integration with EJB3 -
i building application has services (ejb3 stateless session beans & hibernate4) layer & client web layer (spring mvc) residing on different physical servers.
client service layer services.all data access done @ service layer .
spring security used authentication @ web application layer.
1) there way share logged in user details service layer ejb application? 2) best option authorize data acces? there way integrate spring security domain object security acl's ejb3?
appreciate time & answers ..
Comments
Post a Comment