]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/SystemAuthentication.java
Prepare next development cycle
[lgpl/argeo-commons.git] / security / 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 }