org.kuali.student.common.ui.client.security
Class SpringSecurityLoginDialogHandler
java.lang.Object
org.kuali.student.common.ui.client.security.SpringSecurityLoginDialogHandler
- All Implemented Interfaces:
- SessionTimeoutHandler
public class SpringSecurityLoginDialogHandler
- extends Object
- implements SessionTimeoutHandler
This implements the SessionTimeoutHandler. The timeout is handled by displaying a spring
security login panel.
- Author:
- Kuali Student Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
static final ApplicationContext context
CASrequiresAPageRefreshViaJavascript
static boolean CASrequiresAPageRefreshViaJavascript
TIMEOUT_MSG
public final String TIMEOUT_MSG
- See Also:
- Constant Field Values
lightbox
protected KSLightBox lightbox
username
protected com.google.gwt.user.client.ui.TextBox username
password
protected com.google.gwt.user.client.ui.PasswordTextBox password
errorLabel
protected com.google.gwt.user.client.ui.Label errorLabel
SpringSecurityLoginDialogHandler
public SpringSecurityLoginDialogHandler()
reload
private void reload()
isSessionTimeout
public boolean isSessionTimeout(Throwable error)
- Description copied from interface:
SessionTimeoutHandler
- Detects if session has timed out
- Specified by:
isSessionTimeout
in interface SessionTimeoutHandler
handleSessionTimeout
public void handleSessionTimeout()
- Description copied from interface:
SessionTimeoutHandler
- Performs operations needed to handle a session timeout.
- Specified by:
handleSessionTimeout
in interface SessionTimeoutHandler
createLoginPanel
private void createLoginPanel()
resetLoginPanel
private void resetLoginPanel()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.