package org.gcube.common.authorization.client.helper; public interface Authorizable { String getServiceName(); String getServiceClass(); }