Uses of Interface
org.jasig.schedassist.impl.caldav.HttpMethodInterceptor

Packages that use HttpMethodInterceptor
org.jasig.schedassist.impl.caldav   
org.jasig.schedassist.impl.caldav.bedework   
 

Uses of HttpMethodInterceptor in org.jasig.schedassist.impl.caldav
 

Classes in org.jasig.schedassist.impl.caldav that implement HttpMethodInterceptor
 class NoopHttpMethodInterceptorImpl
          Does nothing to the HttpMethod.
 

Methods in org.jasig.schedassist.impl.caldav with parameters of type HttpMethodInterceptor
 void CaldavCalendarDataDaoImpl.setMethodInterceptor(HttpMethodInterceptor methodInterceptor)
           
 

Uses of HttpMethodInterceptor in org.jasig.schedassist.impl.caldav.bedework
 

Classes in org.jasig.schedassist.impl.caldav.bedework that implement HttpMethodInterceptor
 class BedeworkHttpMethodInterceptorImpl
          Bedework expects each request include a Request Header with the name BedeworkHttpMethodInterceptorImpl.RUN_AS_HEADER and the value set to the username of the ICalendarAccount the request is being sent on behalf of.
 



Copyright © 2011 Jasig. All Rights Reserved.