[SOLVED] Single-Table Multitenancy and Cross-Tenant Access [message #1225283] |
Sun, 29 December 2013 09:20 |
Florian Gessner Messages: 20 Registered: November 2010 |
Junior Member |
|
|
Hi all,
I am currently building an multi-tenant web application based on spring framework and eclipse link.
First I implemented the tenant separation by myself by using pre-commit hooks and custom repository implementation which ensures that the tenant information is always attached to the queries.
Now I try to implement this based on the Eclipse Link Single-Table Multitenancy feature.
I'm currently not able to make the user table tenant specific as a cross tenant access is required for log in. This is because a user can be attached to multiple tenants and if no specific tenant is selected the user should get a selection list to select the desired tenant.
Is there a ways to explicitly allow cross tenant access in this scenario?
Thanks and Best Regards
Florian
[Updated on: Mon, 06 January 2014 20:02] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02550 seconds