org.olat.shibboleth
Class ShibbolethDispatcher

java.lang.Object
  extended by 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
 
Constructor Summary
ShibbolethDispatcher()
           
 
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
 

Field Detail

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
Constructor Detail

ShibbolethDispatcher

public ShibbolethDispatcher()
Method Detail

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 -