Wednesday December 04, 2002
JAAS vs. Container-Managed Security
I'm digging into JAAS this afternoon as I enjoy the vacancy of the Winter Break at DU's Penrose Library. Man, what a great school - I used to love it when we'd get off 6 weeks for Christmas Break - from Thanksgiving through January - how sweet is that!?
The reason I'm writing on this cold (32°F) afternon is to get some thoughts on JAAS in web applications. I'm giving it about a paragraph of coverage, explaining that it's mainly for declaring authentication and authorization in policy files. Furthermore, it's only invoked when running your application (or Tomcat) with a security manager. However, it's not really needed in web applications because 1) container-managed/web.xml is good enough, and 2) authentication mechanisms never really need to be that fine-grained. Whaddya think? Am I wrong, does it deserve more coverage? Don't most app servers use JAAS under the covers?
Posted in General
at Dec 04 2002, 10:19:06 AM MST
8 Comments
Search This Site
Recent Entries
- Raible Road Trip #13
- The good ol' Job Hunt
- How to use GWT 2.0 with Maven and Generate SOYC Reports
- JSON Parsing with JavaScript Overlay Types in GWT
- A Fun Father's Day at Great Sand Dunes
- Going to the Great Sand Dunes for Father's Day
- Implementing OAuth with GWT
- Enhancing Evite.com with GWT and Grails
- 2nd Row at Red Rocks and Elephant Rock Ride
- Creating a Facebook-style Autocomplete with GWT
Posted by Erik Hatcher on December 04, 2002 at 03:00 PM MST #
Posted by Matt Raible on December 04, 2002 at 05:44 PM MST #
Posted by Matt Raible on December 04, 2002 at 05:56 PM MST #
Posted by Matt Raible on December 04, 2002 at 06:12 PM MST #
Posted by F. Degenaar on December 06, 2002 at 12:15 AM MST #
Posted by Matt on December 09, 2002 at 06:56 AM MST #
Posted by F. Degenaar on December 12, 2002 at 10:47 PM MST #
I want to use jaas with my struts application in sunone 6.1. Can anyone help me with any sample source code? Does sunone 6.1 support jaas?
Thank you
Posted by tushar on January 31, 2006 at 05:15 AM MST #