package de.interseroh.report.services; /** * Created by hhopf on 16.09.15. */ public interface SecurityHelper { String getPrincipalName(); }