Uses of Interface
net.customware.gwt.dispatch.server.secure.SecureSessionValidator

Packages that use SecureSessionValidator
net.customware.gwt.dispatch.server.appengine   
net.customware.gwt.dispatch.server.guice   
net.customware.gwt.dispatch.server.secure   
net.customware.gwt.dispatch.server.spring   
 

Uses of SecureSessionValidator in net.customware.gwt.dispatch.server.appengine
 

Classes in net.customware.gwt.dispatch.server.appengine that implement SecureSessionValidator
 class AppEngineSecureSessionValidator
          Validates the client session id with the provided request.
 

Uses of SecureSessionValidator in net.customware.gwt.dispatch.server.guice
 

Methods in net.customware.gwt.dispatch.server.guice that return SecureSessionValidator
 SecureSessionValidator GuiceSecureDispatchServlet.getSessionValidator()
           
 

Constructors in net.customware.gwt.dispatch.server.guice with parameters of type SecureSessionValidator
GuiceSecureDispatchServlet(Dispatch dispatch, SecureSessionValidator sessionValidator)
           
 

Uses of SecureSessionValidator in net.customware.gwt.dispatch.server.secure
 

Methods in net.customware.gwt.dispatch.server.secure that return SecureSessionValidator
protected abstract  SecureSessionValidator AbstractSecureDispatchServlet.getSessionValidator()
           
 

Uses of SecureSessionValidator in net.customware.gwt.dispatch.server.spring
 

Methods in net.customware.gwt.dispatch.server.spring that return SecureSessionValidator
protected  SecureSessionValidator SpringSecureDispatchServlet.getSessionValidator()
           
 



Copyright © 2011 customware.net. All Rights Reserved.