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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Aug 2 00:05:54 EDT 2006


  User: sbryzak2
  Date: 06/08/02 00:05:54

  Modified:    src/main/org/jboss/seam/security/authenticator 
                        Authenticator.java
  Log:
  Removed unauthenticate()
  
  Revision  Changes    Path
  1.8       +0 -1      jboss-seam/src/main/org/jboss/seam/security/authenticator/Authenticator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Authenticator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/authenticator/Authenticator.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Authenticator.java	1 Aug 2006 05:03:34 -0000	1.7
  +++ Authenticator.java	2 Aug 2006 04:05:54 -0000	1.8
  @@ -12,5 +12,4 @@
   {
     Authentication authenticate(Authentication authentication)
         throws AuthenticationException;
  -  void unauthenticate(Authentication authentication);
   }
  
  
  



More information about the jboss-cvs-commits mailing list