Index: lams_central/conf/xdoclet/web-security.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/web-security.xml,v
diff -u -r1.2 -r1.3
--- lams_central/conf/xdoclet/web-security.xml 5 Sep 2005 05:15:11 -0000 1.2
+++ lams_central/conf/xdoclet/web-security.xml 14 Sep 2005 05:47:22 -0000 1.3
@@ -1,26 +1,113 @@
-
- SecurityConstraint
-
- STK
- *.jsp
- DELETE
- GET
- POST
- PUT
-
-
+
+
+
+ Secure Content
+ *.jsp
+ *.html
+ /index.jsp
+
+
+ LEARNER
+ TEACHER
+ STAFF
+ AUTHOR
+ ADMIN
+ SYSADMIN
+
+
+
+
+
+ Authoring Update
+ /authoring.do
+
+
+ AUTHOR
+
+
+
+
+
+ Staff Content
+ /monitoring.do
+
+
+ STAFF
+
+
+
+
+
+ Adminstrator Content
+ /admin.do
+
+
+ ADMIN
+
+
+
+
+
+
+ LAMS System Adminstrator Content
+ /sysadmin.do
+
+
+ SYSADMIN
+
+
+
+
+
+
+ Download Files
+ /download/
+
+
+ AUTHOR
+ STAFF
+ ADMIN
+ SYSADMIN
+
+
+
+
+
+ FORM
+ LAMS
+
+ /login.jsp
+ /login.jsp?failed=y
+
+
+
+
+
+
+ Student
+ LEARNER
+
+
+ Student
+ TEACHER
+
+
+
+ Can create/modify a learning design
+ AUTHOR
+
+
+
+ Can running and monitoring a learning session
+ STAFF
+
+
+
+ Can add/remove users to the system, set up classes of users for sessions
+ ADMIN
+
+
+
+ Can add/remove users to the system, set up classes of users for sessions
SYSADMIN
-
-
-
- SYSADMIN
- SYSADMIN
-
-
- FORM
- LAMS
-
- /login.jsp
- /login.jsp?failed=y
-
-
\ No newline at end of file
+