User: starksm Date: 01/11/04 20:05:48 Modified: src/main/org/jboss/security Tag: Branch_2_4 SubjectSecurityManager.java Added: src/main/org/jboss/security Tag: Branch_2_4 SecurityManager.java Log: Rename the EJBSecurityManager interface SecurityManager since it has nothing specific to EJBs. Revision Changes Path No revision No revision 1.3.2.1 +5 -5 jboss/src/main/org/jboss/security/SubjectSecurityManager.java Index: SubjectSecurityManager.java =================================================================== RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/security/SubjectSecurityManager.java,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- SubjectSecurityManager.java 2001/06/12 08:00:43 1.3 +++ SubjectSecurityManager.java 2001/11/05 04:05:47 1.3.2.1 @@ -10,13 +10,13 @@ import javax.security.auth.Subject; -/** An extension of the EJBSecurityManager that adds the notion of the active +/** An extension of the SecurityManager that adds the notion of the active Subject and security domain. -@author [EMAIL PROTECTED] -@version $Revision: 1.3 $ +@author [EMAIL PROTECTED] +@version $Revision: 1.3.2.1 $ */ -public interface SubjectSecurityManager extends EJBSecurityManager +public interface SubjectSecurityManager extends SecurityManager { /** Get the security domain from which the security manager is from. Every security manager belongs to a named domain. The meaning of the security @@ -30,7 +30,7 @@ call, a SubjectSecurityManager has a Subject associated with the current thread. This Subject will typically contain the Principal passed to isValid as well as any number of additional Principals, and credentials. - @see EJBSecurityManager#isValid(Principal, Object) + @see SecurityManager#isValid(Principal, Object) @return The previously authenticated Subject if isValid succeeded, null if isValid failed or has not been called for the active thread. */ No revision No revision 1.1.2.1 +29 -0 jboss/src/main/org/jboss/security/Attic/SecurityManager.java
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development