]> git.argeo.org Git - lgpl/argeo-commons.git/blob - kernel/jaas-noipa.cfg
Prepare next development cycle
[lgpl/argeo-commons.git] / kernel / jaas-noipa.cfg
1 USER {
2 org.argeo.cms.auth.HttpSessionLoginModule sufficient;
3 org.argeo.cms.auth.UserAdminLoginModule sufficient;
4 };
5
6 DATA_ADMIN {
7 org.argeo.cms.auth.DataAdminLoginModule requisite;
8 };
9
10 NODE {
11 org.argeo.cms.auth.DataAdminLoginModule requisite;
12 };
13
14 KEYRING {
15 org.argeo.cms.auth.KeyringLoginModule required;
16 };
17
18 SINGLE_USER {
19 org.argeo.cms.auth.SingleUserLoginModule requisite;
20 };
21
22 Jackrabbit {
23 org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite;
24 };