• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

JAASRealm and groups

 
Ranch Hand
Posts: 140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I have just configured a Jaasrealm in tomcat which retrieves user principal and role principals from the database.
Now for displaying in the web page, roles have to be grouped by specifying groups

Example: If I get users,myuser from database, the webpage [existing page, expects a role of appusers], where appusers is a "group".

How do I specify a group information in tomcat ?
where can I associate roles to groups in tomcat

Thanks
Atul
 
Atul Mishra
Ranch Hand
Posts: 140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any suggestions anyone ? please help
Is this possible atleast
we are migrating from sunone web server and in sunone there is a role -group mapping. A set of roles can be grouped and specified in sunone's deployment descriptor file.

I have tried adding role-links in Tomcat's web.xml file - didnt help. I tried creating entries in tomcat-users.xml file, didnt help

Please help

Thanks
 
Did Steve tell you that? Fuh - Steve. Just look at this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic