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

Shane Bryzak Shane_Bryzak at symantec.com
Fri Aug 4 21:57:54 EDT 2006


  User: sbryzak2
  Date: 06/08/04 21:57:54

  Modified:    src/main/org/jboss/seam/security/provider 
                        AuthenticationProvider.java
  Log:
  Security stuff
  
  Revision  Changes    Path
  1.4       +0 -1      jboss-seam/src/main/org/jboss/seam/security/provider/AuthenticationProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AuthenticationProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/provider/AuthenticationProvider.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- AuthenticationProvider.java	1 Aug 2006 05:03:34 -0000	1.3
  +++ AuthenticationProvider.java	5 Aug 2006 01:57:54 -0000	1.4
  @@ -12,5 +12,4 @@
   {
     Authentication authenticate(Authentication authentication)
           throws AuthenticationException;
  -  void unauthenticate(Authentication authentication);
   }
  
  
  



More information about the jboss-cvs-commits mailing list