package org.cagrid.gts.service.impl; import org.cagrid.gts.service.exception.GTSInternalException; /** * @author <A href="mailto:langella@bmi.osu.edu">Stephen Langella </A> * @author <A href="mailto:oster@bmi.osu.edu">Scott Oster </A> * @author <A href="mailto:hastings@bmi.osu.edu">Shannon Hastings </A> * @version $Id: ArgumentManagerTable.java,v 1.2 2004/10/15 16:35:16 langella * Exp $ */ public interface TrustedAuthorityLevelRemover { public void removeAssociatedTrustedAuthorities(String trustLevel) throws GTSInternalException; }