com.jfw.status
Class StatusAuthentication

java.lang.Object
  extended by com.jfw.status.StatusAuthentication

public final class StatusAuthentication
extends java.lang.Object

Implement the adhoc authentication of actions in package com.jfw.status.


Constructor Summary
StatusAuthentication()
           
 
Method Summary
static boolean authenticate(javax.servlet.http.HttpServletRequest request)
          Authentication process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusAuthentication

public StatusAuthentication()
Method Detail

authenticate

public static boolean authenticate(javax.servlet.http.HttpServletRequest request)
Authentication process.

Parameters:
request - an HttpServletRequest object.
Returns:
true if authentication is ok, false in other case.