org.olat.shibboleth
Class ShibbolethDispatcher
java.lang.Object
org.olat.shibboleth.ShibbolethDispatcher
- All Implemented Interfaces:
- Dispatcher
public class ShibbolethDispatcher
- extends java.lang.Object
- implements Dispatcher
Initial Date: 17.07.2004
- Author:
- Mike Stock
|
Field Summary |
static java.lang.String |
PATH_SHIBBOLETH
Identifies requests for the ShibbolethDispatcher |
static java.lang.String |
PROVIDER_SHIB
Provider identifier |
|
Method Summary |
void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.lang.String uriPrefix)
Main method called by DIspatcherAction. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROVIDER_SHIB
public static final java.lang.String PROVIDER_SHIB
- Provider identifier
- See Also:
- Constant Field Values
PATH_SHIBBOLETH
public static final java.lang.String PATH_SHIBBOLETH
- Identifies requests for the ShibbolethDispatcher
- See Also:
- Constant Field Values
ShibbolethDispatcher
public ShibbolethDispatcher()
execute
public void execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.lang.String uriPrefix)
- Main method called by DIspatcherAction.
This processess all shibboleth requests.
- Specified by:
execute in interface Dispatcher
- Parameters:
req - resp - uriPrefix -