X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Finternal%2Fkernel%2Fjaas.cfg;h=364977d4b3b9054cac876bb96a05007f8739ba9d;hb=b71546ddc74d6ca49d252806aafd491c75dfe1fb;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..364977d4b 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,30 @@ -SPRING_SECURITY_CONTEXT { - org.argeo.security.core.SpringLoginModule required; - org.springframework.security.authentication.jaas.SecurityContextLoginModule required; +USER { + org.argeo.cms.auth.RemoteSessionLoginModule sufficient; + org.argeo.cms.auth.IdentLoginModule optional; + org.argeo.cms.auth.UserAdminLoginModule requisite; +}; + +ANONYMOUS { + org.argeo.cms.auth.RemoteSessionLoginModule sufficient; + org.argeo.cms.auth.AnonymousLoginModule 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 { + org.argeo.cms.auth.SingleUserLoginModule requisite; +}; + +Jackrabbit { + org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite; };