jGuard can manage multiple webapps
jGuard can manage multiple webapps in the same servlet container. it isolates authentication and authorization parts of each webapps.Authentication isolation
jGuard's AccessFilter registers automatically authentication part of your webapp by its name. so, two webapps with the same name in two servlet containers, but backed with the same database, will create a conflict(those two webapps will edit common datas). it is planned to permit to tweak this mechanism by prividing a chosen identifier for authentication to be unique, or to share authentication part across multiple webapps.Authorization isolation
jGuard's AccessFilter registers automatically authorization part of your webapp by its classloader. it is planned to permit to tweak this mechanism by prividing a chosen identifier for authoization to be unique, or to share authorization part across multiple webapps.
Version 1.3 last modified by Charles Gay on 19/09/2006 at 15:31
Document data
Attachments:
No attachments for this document
Comments: 0