icms_servlet
Class Security

java.lang.Object
  extended by icms_servlet.Security

public class Security
extends java.lang.Object


Constructor Summary
Security()
           
 
Method Summary
static boolean checkUserIsAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, icms_ejb.GestionnaireUsersLocal gestionnaireUsers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Security

public Security()
Method Detail

checkUserIsAuthenticated

public static boolean checkUserIsAuthenticated(javax.servlet.http.HttpServletRequest request,
                                               javax.servlet.http.HttpServletResponse response,
                                               icms_ejb.GestionnaireUsersLocal gestionnaireUsers)
                                        throws javax.servlet.ServletException,
                                               java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException