net.customware.gwt.dispatch.server.appengine
Class AppEngineSecureSessionValidator

java.lang.Object
  extended by net.customware.gwt.dispatch.server.appengine.AppEngineSecureSessionValidator
All Implemented Interfaces:
SecureSessionValidator

public class AppEngineSecureSessionValidator
extends Object
implements SecureSessionValidator

Validates the client session id with the provided request.

Author:
David Peterson, David Chandler

Constructor Summary
AppEngineSecureSessionValidator()
           
 
Method Summary
 boolean isValid(String clientSessionId, javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppEngineSecureSessionValidator

public AppEngineSecureSessionValidator()
Method Detail

isValid

public boolean isValid(String clientSessionId,
                       javax.servlet.http.HttpServletRequest req)
Specified by:
isValid in interface SecureSessionValidator


Copyright © 2011 customware.net. All Rights Reserved.