org.kuali.student.common.ui.client.security
Class SpringSecurityLoginDialogHandler

java.lang.Object
  extended by 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

Field Summary
(package private) static ApplicationContext context
           
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 Summary
SpringSecurityLoginDialogHandler()
           
 
Method Summary
private  void createLoginPanel()
           
 void handleSessionTimeout()
           
private  void resetLoginPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SpringSecurityLoginDialogHandler

public SpringSecurityLoginDialogHandler()
Method Detail

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.