aspose file tools
The moose likes Security and the fly likes how to desgin software with security in terms of users permission Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "how to desgin software with security in terms of users permission" Watch "how to desgin software with security in terms of users permission" New topic
Author

how to desgin software with security in terms of users permission

Peter Primrose
Ranch Hand

Joined: Sep 10, 2004
Posts: 755
Howdy

Does anyone know a good article which explains how to design software with security in terms of users permission (not cryptography).

how to build database tables related to users permission, etc?

Thanks
Pere
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35254
    
    7
In the Java space, JAAS is the API for authentication and authorization, so some of its general documentation may be helpful, e.g. this or this.


Android appsImageJ pluginsJava web charts
 
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: how to desgin software with security in terms of users permission
 
Similar Threads
Security RBAC
Before I get started...
Does anyone know a good reference on how to design application in terms of security?
looking for a tutotiral regarding security management
How to assign users to security roles?