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