org.olat.shibboleth
Class DefaultShibbolethAuthenticationController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.login.auth.AuthenticationController
              extended by org.olat.shibboleth.DefaultShibbolethAuthenticationController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class DefaultShibbolethAuthenticationController
extends AuthenticationController

Description:
Simple ShibbolethAuthenticationController. It just has a link for redirecting the requests to the /shib/.

Initial Date: 08.07.2009

Author:
Lavinia Dumitrescu

Constructor Summary
DefaultShibbolethAuthenticationController(UserRequest ureq, WindowControl wControl)
           
 
Method Summary
 void changeLocale(java.util.Locale newLocale)
          Called if the Controller is to change the locale on the fly.
 
Methods inherited from class org.olat.login.auth.AuthenticationController
authenticated
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultShibbolethAuthenticationController

public DefaultShibbolethAuthenticationController(UserRequest ureq,
                                                 WindowControl wControl)
Parameters:
ureq -
wControl -
Method Detail

changeLocale

public void changeLocale(java.util.Locale newLocale)
Description copied from class: AuthenticationController
Called if the Controller is to change the locale on the fly.

Specified by:
changeLocale in class AuthenticationController