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

Shane Bryzak Shane_Bryzak at symantec.com
Sun Dec 3 20:21:53 EST 2006


  User: sbryzak2
  Date: 06/12/03 20:21:53

  Added:       src/main/org/jboss/seam/security/provider 
                        AuthenticationProvider.java
  Log:
  Authentication superseded by Identity
  
  Revision  Changes    Path
  1.7       +0 -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: AuthenticationProvider.java
  diff -N AuthenticationProvider.java
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ AuthenticationProvider.java	4 Dec 2006 01:21:53 -0000	1.7
  @@ -0,0 +1,13 @@
  +package org.jboss.seam.security.provider;
  +
  +import org.jboss.seam.security.Authentication;
  +import org.jboss.seam.security.AuthenticationException;
  +
  +/**
  + * @author Shane Bryzak
  + */
  +public interface AuthenticationProvider
  +{
  +  Authentication authenticate(Authentication authentication)
  +        throws AuthenticationException;
  +}
  
  
  



More information about the jboss-cvs-commits mailing list