[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security ...

Shane Bryzak Shane_Bryzak at symantec.com
Sat Feb 3 19:54:43 EST 2007


  User: sbryzak2
  Date: 07/02/03 19:54:43

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  JBSEAM-765
  
  Revision  Changes    Path
  1.46      +5 -0      jboss-seam/src/main/org/jboss/seam/security/Identity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Identity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- Identity.java	2 Feb 2007 12:11:23 -0000	1.45
  +++ Identity.java	4 Feb 2007 00:54:43 -0000	1.46
  @@ -450,6 +450,11 @@
         return securityContext;
      }
      
  +   public void setSecurityContext(WorkingMemory securityContext)
  +   {
  +      this.securityContext = securityContext;
  +   }
  +   
      public MethodBinding getAuthenticateMethod()
      {
         return authenticateMethod;
  
  
  



More information about the jboss-cvs-commits mailing list