• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAAS with Tomcat 5.5 Server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
Give some sugggessions regarding JAAS web application development on Tomcat Server. Based on some knowledge i developed authentication mechanism. But i didnt find authorization mechanism when using servlet technology. Means how to give role based permissions for different users. Suppose that my application is,
1. take 3 users like admin, developer, user
2. give some permissions to above users through database like createemp, updateemp, deleteemp, viewemp.
3. based on user login, i want to show the permission on jsp page.

Please understand my problem and give best results, give some code also how to persorm authorization through JASS framework.

Thankin you...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic