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

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/adapter 
                        AuthenticationAdapter.java
  Log:
  Authentication superseded by Identity
  
  Revision  Changes    Path
  1.3       +0 -0      jboss-seam/src/main/org/jboss/seam/security/adapter/AuthenticationAdapter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AuthenticationAdapter.java
  ===================================================================
  RCS file: AuthenticationAdapter.java
  diff -N AuthenticationAdapter.java
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ AuthenticationAdapter.java	4 Dec 2006 01:21:53 -0000	1.3
  @@ -0,0 +1,12 @@
  +package org.jboss.seam.security.adapter;
  +
  +/**
  + * <p> </p>
  + *
  + * @author Shane Bryzak
  + */
  +public interface AuthenticationAdapter
  +{
  +  void beginRequest();
  +  void endRequest();
  +}
  
  
  



More information about the jboss-cvs-commits mailing list