KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > security > SubjectSecurityManager


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.security;
8
9 /** All functionality in this interface is now in the base AuthenticationManager
10  interface. This exists only for compatibility.
11
12 @author Scott.Stark@jboss.org
13 @version $Revision: 1.9 $
14 */

15 public interface SubjectSecurityManager extends AuthenticationManager
16 {
17
18 }
19
Popular Tags