]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms/src/org/argeo/cms/internal/runtime/jaas.cfg
Improve ACR attribute typing.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / runtime / jaas.cfg
1 USER {
2 org.argeo.cms.auth.RemoteSessionLoginModule sufficient;
3 org.argeo.cms.auth.IdentLoginModule optional;
4 org.argeo.cms.auth.UserAdminLoginModule required;
5 };
6
7 ANONYMOUS {
8 org.argeo.cms.auth.RemoteSessionLoginModule sufficient;
9 org.argeo.cms.auth.AnonymousLoginModule requisite;
10 };
11
12 DATA_ADMIN {
13 org.argeo.cms.auth.DataAdminLoginModule requisite;
14 };
15
16 NODE {
17 org.argeo.cms.auth.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 };