X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=security%2Fruntime%2Forg.argeo.security.core%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2FSystemAuthentication.java;fp=security%2Fruntime%2Forg.argeo.security.core%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2FSystemAuthentication.java;h=0aa553313e2c2129379c56b77d5c2b02b42ef8b9;hb=977a7a352131b082a98739f15e421f2bff747567;hp=0000000000000000000000000000000000000000;hpb=1481c0531c6f902cff32b3b7e0fd0e7fba304871;p=lgpl%2Fargeo-commons.git diff --git a/security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/SystemAuthentication.java b/security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/SystemAuthentication.java new file mode 100644 index 000000000..0aa553313 --- /dev/null +++ b/security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/SystemAuthentication.java @@ -0,0 +1,8 @@ +package org.argeo.security; + +/** + * Marks a system authentication, that is which did not require a login process. + */ +public interface SystemAuthentication { + +}