• 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 NT Domain Authentication

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on a web project that requires two things: 1) NT Domain Authentication to validate user access and 2) the ability to run system applications as the validated domain user, based on his/her accesses.

For the first part, I've been tinkering w/ JAAS and the tagish NT modules. From the description, this does exactly what I need to accomplish, but, being new to Java, I am having troubles w/ piecing everything together. I've looked online, but have yet to stumble across any thorough examples for how this all works. Could anyone provide any insight or links to good online tutorials/examples.

I've been working on finishing the first piece before attempting the second. I'll do more research on my own, but any input on this topic would be a great addition. Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic