[portal-commits] JBoss Portal SVN: r5884 - in trunk/identity/src/main/org/jboss/portal: . identity/auth identity/management

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Sun Dec 17 09:45:16 EST 2006


Author: bdaw
Date: 2006-12-17 09:45:10 -0500 (Sun, 17 Dec 2006)
New Revision: 5884

Removed:
   trunk/identity/src/main/org/jboss/portal/legacy_identity/
Modified:
   trunk/identity/src/main/org/jboss/portal/identity/auth/UserPrincipal.java
   trunk/identity/src/main/org/jboss/portal/identity/management/Identity.java
   trunk/identity/src/main/org/jboss/portal/identity/management/IdentityMBean.java
Log:
- plug in new identity modules
- correct API usages 
(Still some stuff not working 100% ok)

Modified: trunk/identity/src/main/org/jboss/portal/identity/auth/UserPrincipal.java
===================================================================
--- trunk/identity/src/main/org/jboss/portal/identity/auth/UserPrincipal.java	2006-12-17 14:26:07 UTC (rev 5883)
+++ trunk/identity/src/main/org/jboss/portal/identity/auth/UserPrincipal.java	2006-12-17 14:45:10 UTC (rev 5884)
@@ -20,7 +20,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
  ******************************************************************************/
-package org.jboss.portal.legacy_identity.auth;
+package org.jboss.portal.identity.auth;
 
 import java.security.Principal;
 

Modified: trunk/identity/src/main/org/jboss/portal/identity/management/Identity.java
===================================================================
--- trunk/identity/src/main/org/jboss/portal/identity/management/Identity.java	2006-12-17 14:26:07 UTC (rev 5883)
+++ trunk/identity/src/main/org/jboss/portal/identity/management/Identity.java	2006-12-17 14:45:10 UTC (rev 5884)
@@ -20,13 +20,13 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
  ******************************************************************************/
-package org.jboss.portal.legacy_identity.management;
+package org.jboss.portal.identity.management;
 
 import javax.naming.InitialContext;
 import javax.transaction.UserTransaction;
 
-import org.jboss.portal.legacy_identity.RoleModule;
-import org.jboss.portal.legacy_identity.UserModule;
+import org.jboss.portal.identity.UserModule;
+import org.jboss.portal.identity.RoleModule;
 
 /**
  * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>

Modified: trunk/identity/src/main/org/jboss/portal/identity/management/IdentityMBean.java
===================================================================
--- trunk/identity/src/main/org/jboss/portal/identity/management/IdentityMBean.java	2006-12-17 14:26:07 UTC (rev 5883)
+++ trunk/identity/src/main/org/jboss/portal/identity/management/IdentityMBean.java	2006-12-17 14:45:10 UTC (rev 5884)
@@ -20,10 +20,10 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         *
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.                   *
  ******************************************************************************/
-package org.jboss.portal.legacy_identity.management;
+package org.jboss.portal.identity.management;
 
-import org.jboss.portal.legacy_identity.RoleModule;
-import org.jboss.portal.legacy_identity.UserModule;
+import org.jboss.portal.identity.RoleModule;
+import org.jboss.portal.identity.UserModule;
 
 /**
  * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>




More information about the portal-commits mailing list