• 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

Securing single classes with JBossSX in web.xml

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello community,

this is my second post in this great community and my second question. I wrote a small web portal application and currently I'm using my own security layer.

I want to switch to the JBossSX security framework and have some questions which I couldn't answer myself using google and the JBoss Documentation.

- Can I secure single servlets with roles by only touching the web.xml and leaving the class's code as it is?
- When I have two different .war applications running on one single server (is that even possible?), is it possible to get the users roles out of the same session of both applications?

Thx a lot in advance!
Cheers,
Thomas
 
reply
    Bookmark Topic Watch Topic
  • New Topic