• 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

Securities in Seam

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Seam framework provide security implementations? If yes, what are all they and how to use them?
 
Ranch Hand
Posts: 686
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Security in the context of Login, is much more easier to implement then any other framework. You can get more details here:
http://docs.jboss.org/seam/1.1.5.GA/reference/en/html/security.html
 
Author
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are much better off going to the Seam 2.1 docs: http://docs.jboss.org/seam/2.1.0.A1/reference/en/html_single/

Security is a central concern is Seam. There are no extra JARs you need. It is baked into the core. You can implement one method and bang, you have authentication. In Seam 2.1, there is an entire security management API that goes beyond what I have ever seen, including Spring Security. Then the Drools stuff is just so powerful that you could fine tune security down to the middle name of a person.
 
Dan Allen
Author
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did I mention this is all covered in chapter 11 down to the blades of grass?
 
reply
    Bookmark Topic Watch Topic
  • New Topic