package org.gcube.smartgears.security; import java.util.Set; public interface AuthorizationProvider { Set getAllowedContexts(); }