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

Shane Bryzak sbryzak at redhat.com
Thu Dec 13 21:35:12 EST 2007


  User: sbryzak2
  Date: 07/12/13 21:35:12

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  authenticate via identity manager
  
  Revision  Changes    Path
  1.43      +6 -2      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- components.xml	18 Nov 2007 19:23:09 -0000	1.42
  +++ components.xml	14 Dec 2007 02:35:12 -0000	1.43
  @@ -3,6 +3,7 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:security="http://jboss.com/products/seam/security"
  +            xmlns:identity-management="http://jboss.com/products/seam/security/management"
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:captcha="http://jboss.com/products/seam/captcha"
               xmlns:web="http://jboss.com/products/seam/web"
  @@ -12,6 +13,7 @@
                    http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
  +                 http://jboss.com/products/seam/security/management http://jboss.com/products/seam/identity-management-2.0.xsd
                    http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd
                    http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd
                    http://jboss.com/products/seam/captcha http://jboss.com/products/seam/captcha-2.0.xsd">
  @@ -22,8 +24,10 @@
                     concurrent-request-timeout="500"
                     conversation-id-parameter="cid"/>
       
  -    <security:identity authenticate-method="#{authenticator.authenticate}" 
  -                       security-rules="#{securityRules}"/>
  +    <!-- authenticate-method="#{authenticator.authenticate}"  -->
  +    <security:identity security-rules="#{securityRules}"/>
  +    
  +   <identity-management:jpa-identity-store name="identityStore" account-class="org.jboss.seam.example.seamspace.MemberAccount"/>    
       
       <drools:rule-base name="securityRules">
          <drools:rule-files>
  
  
  



More information about the jboss-cvs-commits mailing list