The moose likes Bunkhouse Porch and the fly likes Does anyone know a good reference on how to design application in terms of security? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Books » Bunkhouse Porch
Reply Bookmark "Does anyone know a good reference on how to design application in terms of security? " Watch "Does anyone know a good reference on how to design application in terms of security? " New topic
Author

Does anyone know a good reference on how to design application in terms of security?

Peter Primrose
Ranch Hand

Joined: Sep 10, 2004
Posts: 755
Hi there,

I�m looking for a book/website anything that can enhance my ability to design security applications in terms of authentication and authorization. I mean, how to set �Groups� of users and to allow/disallow them to use certain functionalities, how to set LEVEL of users, how to log all events, etc�

Thanks
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

This is the book I most highly recommend:

Core Security Patterns: Best Practices and Strategies for J2EE(TM), Web Services, and Identity Management

One of these two books will complete the package though:

Enterprise Java 2 Security: Building Secure and Robust J2EE Applications

or

J2EE Security for Servlets, EJBs, and Web Services

Have fun securing those resources!

-Cameron McKenzie
[ November 10, 2006: Message edited by: Cameron W. McKenzie ]

Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Peter Primrose
Ranch Hand

Joined: Sep 10, 2004
Posts: 755
thanks Cameron,
I sniffed around and learned something about JAAS (and jLuck). I wonder if this is something worth consideration?

thanks
Kaydell Leavitt
Ranch Hand

Joined: Nov 18, 2006
Posts: 679

For Java SE, as opposed to Java EE, you might want to look at:

"Core Java, Volume II", this book has an overview of security for Java SE applications.

There is a whole book on security, I think only for Java SE as well, called "Inside Java 2 Platform Security" Second Edition.

Both of these books are "From the Source", i.e. from Sun.

-- Kaydell
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Does anyone know a good reference on how to design application in terms of security?
 
Similar Threads
how to desgin software with security in terms of users permission
This Weeks Giveaway
Hi Chris and Ramesh : Why we need patterns for security?
security design pattern
How to assign users to security roles?