package org.atricore.idbus.kernel.common.support.services; /** * @author <a href=mailto:sgonzalez@atricore.org>Sebastian Gonzalez Oyuela</a> */ public interface IdentityServiceLifecycle { void boot() throws Exception; }