| Author |
Securities in Seam
|
manoj sahu
Greenhorn
Joined: Jul 17, 2008
Posts: 5
|
|
|
Does Seam framework provide security implementations? If yes, what are all they and how to use them?
|
 |
Jignesh Patel
Ranch Hand
Joined: Nov 03, 2001
Posts: 625
|
|
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
|
 |
Dan Allen
Author
Ranch Hand
Joined: Mar 05, 2003
Posts: 164
|
|
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 | http://mojavelinux.com | Author of Seam in Action - http://mojavelinux.com/seaminaction
|
 |
Dan Allen
Author
Ranch Hand
Joined: Mar 05, 2003
Posts: 164
|
|
|
Did I mention this is all covered in chapter 11 down to the blades of grass?
|
 |
 |
|
|
subject: Securities in Seam
|
|
|