• 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

How to configure Custom JAAS Login Module?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks!
We are trying to integrate Security Service Provider with Oracle 10g App Server, so that we can bypass container secuirty.But I want to take advantages of J2EE constraints specified in web.xml and ejb-jar.xml.Does anybody know how can I accomplish this without implementing UserManager API of Oracle 10g AS.
As I understand, JAAS is used for this kind of requirement, but I could take not advantage of J2EE security constraints if I used Custom JAAS Login Module. Will appreciate if anybody can give me pointers which will help me to integrate Custom Login Module.

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

Your name is not in keeping with the naming policy here at the ranch. Please change your display name to an appropriate name as shown in the policy.

Thanks.

Nick
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"ravikant",
Nick beat me to it! Please update your display name.

Thanks
Jeanne
Oracle Forum Bartender
 
Nicholas Cheung
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Nick beat me to it!


Sorry for that.

Nick
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nick,
That's not a bad thing. In fact, you wrote almost exactly what I would have.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic