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

Gavin King gavin.king at jboss.com
Tue Jan 30 19:16:58 EST 2007


  User: gavin   
  Date: 07/01/30 19:16:58

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  no abbreviations
  
  Revision  Changes    Path
  1.30      +5 -5      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.29
  retrieving revision 1.30
  diff -u -b -r1.29 -r1.30
  --- Identity.java	31 Jan 2007 00:06:08 -0000	1.29
  +++ Identity.java	31 Jan 2007 00:16:58 -0000	1.30
  @@ -82,7 +82,7 @@
      private String username;
      private String password;
      
  -   private MethodBinding authMethod;
  +   private MethodBinding authenticateMethod;
      private MethodBinding postLogin;
   
      protected Principal principal;   
  @@ -400,14 +400,14 @@
         return securityContext;
      }
      
  -   public MethodBinding getAuthMethod()
  +   public MethodBinding getAuthenticateMethod()
      {
  -      return authMethod;
  +      return authenticateMethod;
      }
      
  -   public void setAuthMethod(MethodBinding authMethod)
  +   public void setAuthenticateMethod(MethodBinding authMethod)
      {
  -      this.authMethod = authMethod;
  +      this.authenticateMethod = authMethod;
      }
      
      public MethodBinding getPostLogin()
  
  
  



More information about the jboss-cvs-commits mailing list