]> git.argeo.org Git - lgpl/argeo-commons.git/blob - SystemAuthentication.java
0aa553313e2c2129379c56b77d5c2b02b42ef8b9
[lgpl/argeo-commons.git] / SystemAuthentication.java
1 package org.argeo.security;
2
3 /**
4 * Marks a system authentication, that is which did not require a login process.
5 */
6 public interface SystemAuthentication {
7
8 }