/* * JBoss, the OpenSource EJB server * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.security; /** The EJBSecurityManager is a legacy interface that has been renamed because the interface was not specific to EJBs. It now extends the AuthenticationManager interface which replaced it for backward compatibility. * @author Scott.Stark@jboss.org * @version $Revision: 1.3.2.2 $ * @deprecated, use the org.jboss.security.AuthenticationManager interface instead. */ public interface EJBSecurityManager extends AuthenticationManager { }