public class SpringSecurityLoginDialogHandler extends Object implements SessionTimeoutHandler
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.Label |
errorLabel |
protected KSLightBox |
lightbox |
protected com.google.gwt.user.client.ui.PasswordTextBox |
password |
String |
TIMEOUT_MSG |
protected com.google.gwt.user.client.ui.TextBox |
username |
| Constructor and Description |
|---|
SpringSecurityLoginDialogHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleSessionTimeout()
Performs operations needed to handle a session timeout.
|
boolean |
isSessionTimeout(Throwable error)
Detects if session has timed out
|
public final String TIMEOUT_MSG
protected KSLightBox lightbox
protected com.google.gwt.user.client.ui.TextBox username
protected com.google.gwt.user.client.ui.PasswordTextBox password
protected com.google.gwt.user.client.ui.Label errorLabel
public SpringSecurityLoginDialogHandler()
public boolean isSessionTimeout(Throwable error)
SessionTimeoutHandlerisSessionTimeout in interface SessionTimeoutHandlerpublic void handleSessionTimeout()
SessionTimeoutHandlerhandleSessionTimeout in interface SessionTimeoutHandlerCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.