Using Jaas For Authorization And Authentication
Category: Technical
<< Buy This Book on Amazon >>
94 views since 2007-05-11, updated at 2007-05-27.
Description
Introduction
This paper explains how to use the Java Authentication and Authorization API (JAAS). It plugs JAAS into the Struts framework. Though this paper focuses on Struts, and in particular the example application distributed with Struts, the lessons learned should be applicable to any MVC web framework.
In addition, while there are many articles on authentication with JAAS [1], [2] , using the API for authorization is relatively undocumented [3]. This paper will show how to use JAAS to secure resources in an MVC architecture.
There are two points of integration with Struts. During the login process and when the client requests a resource from Struts (which will usually be a URL). At each of these points, the application should defer to JAAS classes to perform the action.
This paper will first examine the JAAS infrastructure and then explain how the integration outlined above took place. If you just want to see the code, download it from here.
$$ Buy "Using Jaas For Authorization And Authentication" on Amazon $$
Search More...
Using Jaas For Authorization And AuthenticationLinks
Search and Buy<< Search and Buy This Book on Amazon >>
Can't Download?
Please search mirrors if you can't find download links for "Using Jaas For Authorization And Authentication" in "Description" and someone else may update the links. Check the comments when back to find any updates.
Search Mirrors
Maybe some mirror pages will be helpful, search this book at top of this page or click here to find more info.
Related Books
- Ebooks list page : 88
- Security Controls for Sarbanes-Oxley Section 404 IT Compliance: Authorization, Authentication, and Access
- Building Secure Microsoft ASP.NET Applications: Authentication, Authorization, and Secure Communication
- Building Secure ASP dot NET Applications Authentication Authorization and Secure Communication
- Ultimate P4s Authorization Code Workaround
- Security Controls for Sarbanes-Oxley Section 404 IT Compliance : Authorization,
- pluggable Authentication Modules
- 802.1X Port-Based Authentication
- 802.1X Port-Based Authentication
- 802.1X Port-Based Authentication
- 802.1X Port-Based Authentication
- 802.1X Port-Based Authentication
- Authentication Codes and Combinatorial Designs
- Perfect Passwords : Selection, Protection and Authentication
- Biometric User Authentication for IT Security: From Fundamentals to Handwriting
- Biometric User Authentication for IT Security: From Fundamentals to Handwriting
Comments
Add Your Comments
- Download links and password may be in the description section, read description carefully!
- Do a search to find mirrors if no download links or dead links.



