[jboss-cvs] jboss-seam/examples/security/resources/WEB-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Thu Oct 19 21:01:27 EDT 2006


  User: sbryzak2
  Date: 06/10/19 21:01:27

  Modified:    examples/security/resources/WEB-INF   components.xml
                        faces-config.xml
  Log:
  updated security example to demonstrate object-level dynamic acls
  
  Revision  Changes    Path
  1.8       +4 -1      jboss-seam/examples/security/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/resources/WEB-INF/components.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	10 Oct 2006 00:05:06 -0000	1.7
  +++ components.xml	20 Oct 2006 01:01:26 -0000	1.8
  @@ -16,7 +16,10 @@
   
       <component class="org.jboss.seam.security.authenticator.ProviderAuthenticator">
         <property name="providers">#{authenticatorAction}</property>
  -      <!--property name="adapters">org.jboss.seam.security.adapter.jboss.JBossAuthenticationAdapter</property-->
  +    </component>
  +
  +    <component class="org.jboss.seam.security.SeamSecurityManager">
  +    
       </component>
       
   </components>
  \ No newline at end of file
  
  
  
  1.4       +10 -0     jboss-seam/examples/security/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- faces-config.xml	1 Aug 2006 02:07:06 -0000	1.3
  +++ faces-config.xml	20 Oct 2006 01:01:26 -0000	1.4
  @@ -23,6 +23,16 @@
             <to-view-id>/protected.xhtml</to-view-id>
           </navigation-case>
           
  +        <navigation-case>
  +          <from-outcome>modified</from-outcome>
  +          <to-view-id>/modified.xhtml</to-view-id>
  +        </navigation-case>
  +        
  +        <navigation-case>
  +          <from-outcome>securityError</from-outcome>
  +          <to-view-id>/securityError.xhtml</to-view-id>
  +        </navigation-case>
  +        
       </navigation-rule>
   
       <application>
  
  
  



More information about the jboss-cvs-commits mailing list