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)
SessionTimeoutHandler
isSessionTimeout
in interface SessionTimeoutHandler
public void handleSessionTimeout()
SessionTimeoutHandler
handleSessionTimeout
in interface SessionTimeoutHandler
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.