GWT 2.1.0

com.google.gwt.requestfactory.ui.client
Class AuthenticationFailureHandler

java.lang.Object
  extended by com.google.gwt.requestfactory.ui.client.AuthenticationFailureHandler
All Implemented Interfaces:
EventHandler, RequestEvent.Handler

public class AuthenticationFailureHandler
extends java.lang.Object
implements RequestEvent.Handler

A request event handler which listens to every request and reacts if there is an authentication problem. Note that the server side code is responsible for making sure that no sensitive information is returned in case of authentication issues. This handler is just responsible for making such failures user friendly.


Constructor Summary
AuthenticationFailureHandler()
           
 
Method Summary
 void onRequestEvent(RequestEvent requestEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationFailureHandler

public AuthenticationFailureHandler()
Method Detail

onRequestEvent

public void onRequestEvent(RequestEvent requestEvent)
Specified by:
onRequestEvent in interface RequestEvent.Handler

GWT 2.1.0