• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JAAS implementation

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am tring to understand JAAS archtecture.Also I got High level archtecture of JAAS in this link " http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html?page=2"..Architecture says LogIn Module is Pluggable and stackable . Does it mean I can plug any of my application in this Log In Module.?? Need to undersatnd and implement this architecture.Please guide me.
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe http://www.javaranch.com/journal/2008/04/Journal200804.jsp#a6 and http://www.javaranch.com/journal/2008/08/Journal200808.jsp#a1 make things clearer. Those articles got me going a while back (and made me aware of JavaRanch :-)
 
ansh watane
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the post.
Yes ,I have gone thru the same link.But my question is in LogInModule ,we can plug any other application.What does that mean ?? Can we create our application and plug in it with LogIn Module...???
 
reply
    Bookmark Topic Watch Topic
  • New Topic