org.jasig.schedassist.web.security.delegate
Class DelegateLoginController

java.lang.Object
  extended by org.jasig.schedassist.web.security.delegate.DelegateLoginController

@Controller
public class DelegateLoginController
extends Object

Simple Controller to display the delegate-login form.

Version:
$Id: DelegateLoginController.java 2040 2010-04-30 15:52:37Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Field Summary
protected static String FORM_VIEW_NAME
           
 
Constructor Summary
DelegateLoginController()
           
 
Method Summary
protected  String viewLoginForm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORM_VIEW_NAME

protected static final String FORM_VIEW_NAME
See Also:
Constant Field Values
Constructor Detail

DelegateLoginController

public DelegateLoginController()
Method Detail

viewLoginForm

@RequestMapping(value="/delegate-login.html")
protected String viewLoginForm()
Returns:
the name of the view for the delegate login controller


Copyright © 2012 Jasig. All Rights Reserved.