I have to implement a webapp with Java EE that has different types of users with different rights on the functions, data and files available.
I've never done that before, and I expected that a Java EE-standard would exist to do that, but I didn't find anything useful yet.
What is the best practice to implement a Java EE-webapp with different right permissions, and especially how can I manage/implement selective right-based file-downloads on my webapp ?