User: oleg
Date: 01/01/09 17:24:01
Modified: src/main/org/jboss/ejb/plugins/jrmp/interfaces
GenericProxy.java
Log:
Package structure for security stuff improved.
Classes from "system" package moved to "security" package.
Added "security/plugins" and "security/plugins/samples" packages.
Added JaasServerLoginModule and AbstractServerLoginModule classes
by Edward Kenworthy <[EMAIL PROTECTED]>
(file based implementation for JAAS security).
Revision Changes Path
1.9 +2 -2
jboss/src/main/org/jboss/ejb/plugins/jrmp/interfaces/GenericProxy.java
Index: GenericProxy.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jrmp/interfaces/GenericProxy.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- GenericProxy.java 2000/12/07 15:44:42 1.8
+++ GenericProxy.java 2001/01/10 01:24:01 1.9
@@ -16,7 +16,7 @@
import org.jboss.tm.TxManager;
import java.util.HashMap;
-import org.jboss.system.SecurityAssociation;
+import org.jboss.security.SecurityAssociation;
/**
@@ -24,7 +24,7 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.8 $
+ * @version $Revision: 1.9 $
*/
public abstract class GenericProxy
implements java.io.Externalizable