|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.login.auth.AuthenticationController
org.olat.shibboleth.ShibbolethAuthenticationController
public class ShibbolethAuthenticationController
Initial Date: 04.08.2004
Description:
Replaces the old ShibbolethAuthenticationController which used to have an own WAYF.
This ShibbolethAuthenticationController uses the EmbeddedWAYF provided by SWITCH (see the shibbolethlogin.html)
| Constructor Summary | |
|---|---|
ShibbolethAuthenticationController(UserRequest ureq,
WindowControl wControl)
|
|
| Method Summary | |
|---|---|
void |
changeLocale(java.util.Locale newLocale)
Called if the Controller is to change the locale on the fly. |
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
static java.lang.String |
getHomeSiteCookieValue(UserRequest ureq)
gets the cookie for setting the dropdown in the shib login to the entry selected the last time |
static void |
setHomeSiteCookie(java.lang.String homeSite,
UserRequest ureq)
Sets a cookie with the home site last selected in the shib login form. |
| 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 |
|---|
public ShibbolethAuthenticationController(UserRequest ureq,
WindowControl wControl)
| Method Detail |
|---|
public void changeLocale(java.util.Locale newLocale)
AuthenticationController
changeLocale in class AuthenticationControllerAuthenticationController.changeLocale(java.util.Locale)
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.components.Component,
org.olat.core.gui.control.Event)public static java.lang.String getHomeSiteCookieValue(UserRequest ureq)
ureq -
public static void setHomeSiteCookie(java.lang.String homeSite,
UserRequest ureq)
homeSite - ureq -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||