Adapt to recent API changes
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
index 9a59613e9d944610c829943d2408cc6562666172..364977d4b3b9054cac876bb96a05007f8739ba9d 100644 (file)
@@ -1,20 +1,20 @@
 USER {
-    org.argeo.cms.auth.HttpSessionLoginModule sufficient;
+    org.argeo.cms.auth.RemoteSessionLoginModule sufficient;
     org.argeo.cms.auth.IdentLoginModule optional;
-    org.argeo.cms.auth.UserAdminLoginModule sufficient;
+    org.argeo.cms.auth.UserAdminLoginModule requisite;
 };
 
 ANONYMOUS {
-    org.argeo.cms.auth.HttpSessionLoginModule sufficient;
-    org.argeo.cms.auth.AnonymousLoginModule sufficient;
+    org.argeo.cms.auth.RemoteSessionLoginModule sufficient;
+    org.argeo.cms.auth.AnonymousLoginModule requisite;
 };
 
 DATA_ADMIN {
-    org.argeo.api.DataAdminLoginModule requisite;
+    org.argeo.cms.auth.DataAdminLoginModule requisite;
 };
 
 NODE {
-    org.argeo.api.DataAdminLoginModule requisite;
+    org.argeo.cms.auth.DataAdminLoginModule requisite;
 };
 
 KEYRING {