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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Jul 31 02:45:50 EDT 2006


  User: sbryzak2
  Date: 06/07/31 02:45:50

  Modified:    src/main/org/jboss/seam/security/provider 
                        AuthenticationProvider.java
  Log:
  Security stuff
  
  Revision  Changes    Path
  1.2       +5 -0      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AuthenticationProvider.java	31 Jul 2006 00:50:56 -0000	1.1
  +++ AuthenticationProvider.java	31 Jul 2006 06:45:50 -0000	1.2
  @@ -1,5 +1,8 @@
   package org.jboss.seam.security.provider;
   
  +import org.jboss.seam.security.Authentication;
  +import org.jboss.seam.security.AuthenticationException;
  +
   /**
    *
    *
  @@ -7,4 +10,6 @@
    */
   public interface AuthenticationProvider
   {
  +  Authentication authenticate(Authentication authentication)
  +        throws AuthenticationException;
   }
  
  
  



More information about the jboss-cvs-commits mailing list