SubjectSecurityManager.java |
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.security; /** All functionality in this interface is now in the base AuthenticationManager interface. This exists only for compatibility. @author Scott.Stark@jboss.org @version $Revision: 1.9 $ */ public interface SubjectSecurityManager extends AuthenticationManager { }
SubjectSecurityManager.java |