[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Fri Mar 9 19:50:36 EST 2007


  User: sbryzak2
  Date: 07/03/09 19:50:36

  Modified:    doc/reference/en/modules  security.xml
  Log:
  JBSEAM-1017
  
  Revision  Changes    Path
  1.52      +1 -1      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -b -r1.51 -r1.52
  --- security.xml	9 Mar 2007 12:17:44 -0000	1.51
  +++ security.xml	10 Mar 2007 00:50:36 -0000	1.52
  @@ -921,7 +921,7 @@
           a user being authenticated.  These include any <literal>java.security.Principal</literal> objects that
           are created as part of the authentication process, plus a <literal>org.jboss.seam.security.Role</literal>
           object for each of the roles that the user is a member of.  It is also possible to assert additional 
  -        long-lived facts into the working memory by calling <literal>Identity.instance().getSecurityContext().assertObject()</literal>,
  +        long-lived facts into the working memory by calling <literal>RuleBasedIdentity.instance().getSecurityContext().assertObject()</literal>,
           passing the object as a parameter.
         </para>
         
  
  
  



More information about the jboss-cvs-commits mailing list