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
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()
handleSessionTimeout
public void handleSessionTimeout()
- Specified by:
handleSessionTimeout
in interface SessionTimeoutHandler
createLoginPanel
private void createLoginPanel()
resetLoginPanel
private void resetLoginPanel()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.