|
||||||||||
| 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.shibboleth.ShibbolethRegistrationController
public class ShibbolethRegistrationController
Initial Date: 09.08.2004
| Constructor Summary | |
|---|---|
ShibbolethRegistrationController(UserRequest ureq,
WindowControl wControl)
Implements the shibboleth registration workflow. |
|
| Method Summary | |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
void |
event(UserRequest ureq,
Controller source,
Event event)
the only method of the interface controllereventlistener. |
static void |
putShibAttributes(javax.servlet.http.HttpServletRequest req,
java.util.Map<java.lang.String,java.lang.String> attributes)
Put shibboleth attributes map in reqest for later usage. |
static void |
putShibUniqueID(javax.servlet.http.HttpServletRequest req,
java.lang.String uniqueID)
Put shibboleth unique identifier in request for later usage. |
| 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 |
| Methods inherited from interface org.olat.core.gui.control.ControllerEventListener |
|---|
dispatchEvent |
| Constructor Detail |
|---|
public ShibbolethRegistrationController(UserRequest ureq,
WindowControl wControl)
ureq - wControl - | Method Detail |
|---|
public static final void putShibAttributes(javax.servlet.http.HttpServletRequest req,
java.util.Map<java.lang.String,java.lang.String> attributes)
req - attributes -
public static final void putShibUniqueID(javax.servlet.http.HttpServletRequest req,
java.lang.String uniqueID)
req - uniqueID -
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 void event(UserRequest ureq,
Controller source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||