package org.argeo.security; /** * Marks a system authentication, that is which did not require a login process. */ public interface SystemAuthentication { }