X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Finternal%2Fkernel%2Fjaas.cfg;h=83d36d927695cb9a7b7226e6eddcd39ee0043da8;hb=5f71a84cb6ad1383c97f16a1aa6fd63f9464509a;hp=110d0e14372aedc99ecbd3f0160c3d6d254a5fff;hpb=ac0e87610688fb0634ab5528ab170459134e94a2;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg b/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg index 110d0e143..83d36d927 100644 --- a/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg +++ b/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg @@ -1,8 +1,25 @@ -SPRING_SECURITY_CONTEXT { - org.argeo.security.core.SpringLoginModule required; - org.springframework.security.authentication.jaas.SecurityContextLoginModule required; +USER { + org.argeo.cms.auth.HttpSessionLoginModule sufficient; + org.argeo.cms.auth.UserAdminLoginModule requisite; +}; + +DATA_ADMIN { + org.argeo.cms.auth.DataAdminLoginModule requisite; +}; + +NODE { + org.argeo.cms.auth.DataAdminLoginModule requisite; }; KEYRING { - org.argeo.security.crypto.KeyringLoginModule required; + org.argeo.cms.auth.KeyringLoginModule required; +}; + +SINGLE_USER { + com.sun.security.auth.module.UnixLoginModule requisite; + org.argeo.cms.auth.SingleUserLoginModule requisite; +}; + +Jackrabbit { + org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite; };