[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi ...

Julien Viet julien at jboss.com
Fri Aug 11 11:32:50 EDT 2006


  User: julien  
  Date: 06/08/11 11:32:50

  Modified:    portlet/src/main/org/jboss/portal/portlet/spi 
                        SecurityContext.java
  Log:
  when the user is authenticated, the link provided for portal nodes or cms content should continue to use the authenticated servlet mapping
  
  Revision  Changes    Path
  1.2       +5 -0      jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/SecurityContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecurityContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/SecurityContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SecurityContext.java	3 Apr 2006 15:58:05 -0000	1.1
  +++ SecurityContext.java	11 Aug 2006 15:32:50 -0000	1.2
  @@ -25,7 +25,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public interface SecurityContext
   {
  @@ -37,6 +37,11 @@
      /**
       *
       */
  +   boolean isAuthenticated();
  +
  +   /**
  +    *
  +    */
      String getAuthType();
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list