]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg
Make auth more robust
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
1 USER {
2 org.argeo.cms.auth.HttpSessionLoginModule sufficient;
3 org.argeo.cms.auth.UserAdminLoginModule sufficient;
4 };
5
6 ANONYMOUS {
7 org.argeo.cms.auth.HttpSessionLoginModule sufficient;
8 org.argeo.cms.auth.AnonymousLoginModule sufficient;
9 };
10
11 DATA_ADMIN {
12 org.argeo.cms.auth.DataAdminLoginModule requisite;
13 };
14
15 NODE {
16 org.argeo.cms.auth.DataAdminLoginModule requisite;
17 };
18
19 KEYRING {
20 org.argeo.cms.auth.KeyringLoginModule required;
21 };
22
23 SINGLE_USER {
24 org.argeo.cms.auth.SingleUserLoginModule requisite;
25 };
26
27 Jackrabbit {
28 org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite;
29 };