net.customware.gwt.dispatch.server.appengine
Class AppEngineSecureSessionValidator
java.lang.Object
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
|
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 |
AppEngineSecureSessionValidator
public AppEngineSecureSessionValidator()
isValid
public boolean isValid(String clientSessionId,
javax.servlet.http.HttpServletRequest req)
- Specified by:
isValid in interface SecureSessionValidator
Copyright © 2011 customware.net. All Rights Reserved.