• 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 Resources

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

I would like to secure the EJB/JMS on websphere.

Would like to know how to configure Authentication (id/pwd) for EJB/JMS so that who ever calls the ejb or puts/reads message from queue are authenticated On websphere

also for Authorization would like to configure roles so that calling methods on ejb are restricted

I do agree that we can provide Context.SECURITY_PRINCIPAL andContext.SECURITY_CREDENTIALS on the client during JNDI lookup, but how to configure the same credentials on each ejb/jms, as i could find any options during deployment

Kindly guide on how to achieve the same.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic