org.olat.login
Class LoginAuthprovidersController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.control.controller.MainLayoutBasicController
              extended by org.olat.login.LoginAuthprovidersController
All Implemented Interfaces:
CustomCSSProvider, Controller, ControllerEventListener, Disposable, MainLayoutController

public class LoginAuthprovidersController
extends MainLayoutBasicController

Description:
TODO: patrickb Class Description for LoginAuthprovidersController

Initial Date: 02.09.2007

Author:
patrickb

Field Summary
static java.lang.String ATTR_LOGIN_PROVIDER
           
 
Constructor Summary
LoginAuthprovidersController(UserRequest ureq, WindowControl wControl)
           
 
Method Summary
 
Methods inherited from class org.olat.core.gui.control.controller.MainLayoutBasicController
dispose, getCustomCSS, setCustomCSS
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.olat.core.gui.control.Controller
addControllerListener, dispatchEvent, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
 

Field Detail

ATTR_LOGIN_PROVIDER

public static final java.lang.String ATTR_LOGIN_PROVIDER
See Also:
Constant Field Values
Constructor Detail

LoginAuthprovidersController

public LoginAuthprovidersController(UserRequest ureq,
                                    WindowControl wControl)