1 2 3 4 5 6
package fr.plil.sio.web.mvc; public interface SecurityService { String findLoggedInUsername(); }