You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/09/16 16:44:32 UTC

svn commit: r695924 - /portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/tomcat/context.xml

Author: ate
Date: Tue Sep 16 07:44:31 2008
New Revision: 695924

URL: http://svn.apache.org/viewvc?rev=695924&view=rev
Log:
Update of the Tomcat JAAS principal class names

Modified:
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/tomcat/context.xml

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/tomcat/context.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/tomcat/context.xml?rev=695924&r1=695923&r2=695924&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/tomcat/context.xml (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/tomcat/context.xml Tue Sep 16 07:44:31 2008
@@ -19,8 +19,8 @@
 
   <Realm className="org.apache.catalina.realm.JAASRealm"
          appName="Jetspeed"
-         userClassNames="org.apache.jetspeed.security.impl.UserPrincipalImpl"
-         roleClassNames="org.apache.jetspeed.security.impl.RolePrincipalImpl"
+         userClassNames="org.apache.jetspeed.security.impl.UserImpl,org.apache.jetspeed.security.impl.TransientUser,org.apache.jetspeed.security.impl.UserSubjectPrincipalImpl"
+         roleClassNames="org.apache.jetspeed.security.impl.RoleImpl,org.apache.jetspeed.security.impl.TransientRole"
          useContextClassLoader="true"
          debug="0"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org