Rename remote auth interfaces
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
index e54277a3c73fcb1b9dbcc2a4fe5c1908db9f3ad1..441e1bf2a477cd64d745de494c6d2383ecb5d36b 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.node.DataAdminLoginModule requisite;
+    org.argeo.api.DataAdminLoginModule requisite;
 };
 
 NODE {
-    org.argeo.node.DataAdminLoginModule requisite;
+    org.argeo.api.DataAdminLoginModule requisite;
 };
 
 KEYRING {