jGuard v0.60 released!
i am pleased to announce a new major release(v0.60) of the java security library called jGuard(http://sourceforge.net/projects/jguard/).
this library is build on top of jaas, for J2EE web applications.
his goal is to provide f
Tutorial Details:
the main features are :
- relies only on java 1.4 and j2ee 1.3 or higher
- can be adapted on any webapp, on any application server
- does not depend on a web framework, or an AOP framework
- build on top of the very secure and flexible JAAS(http://java.sun.com/products/jaas/)
- permit management of users, roles, web permissions for each webapp independantly
- authentications and authorizations are handled by pluggable mechanisms:
jdbc database or xml way now, for both authentications and authorizations part
- changes take effects 'on the fly' (dynamic configuration)
- each webapp has its own authentications and authorizations configuration
a webapp example(called 'jGuardExample') is provided to quickly test jGuard.
documentation is provided under the 'doc' directory, in the 'jGuard_install.txt file.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: jGuard v0.60 released!
View Tutorial: jGuard v0.60 released!
Related
Tutorials:
|