Hello guys,
We are programming a three tier application with a rich GUI client using swing and we need to add some authentication and authorization control. I'm completely new in this topic so I made a bit research in the web. My first intention was to use JAAS for this feature, but as far as I can see, JAAS only contains functionality to execute privileged methods/actions, but there seems to be no functionality to determine whether the access is granted for some "Actions" to control the GUI. e.g. hide/disable some menus etc.
Do I understand this wrong or is my approach wrong? Are there any alternatives to JAAS? Does any "best practice" exist to add authentication and authorization to GUI applications?
Thanks for help, Eny