Package org.jasig.schedassist.impl.caldav

Interface Summary
CaldavDialect This interface specifies a number of methods focused on dialect with the CalDAV server.
CredentialsProviderFactory Factory interface for HTTP Client's CredentialsProviders.
HttpCredentialsProvider Interface used to define a source for HTTP Credentials.
HttpMethodInterceptor Different CalDAV servers may expect different information in the HTTP requests.
 

Class Summary
CaldavCalendarDataDaoImpl Implementation of ICalendarDataDao for CalDAV-capable calendar servers.
CaldavEventUtilsImpl Subclass of DefaultEventUtilsImpl specific for caldav.
CalendarWithURI Java bean used to track a Calendar along with it's source URI (and etag, if available) in the CalDAV server.
DefaultCaldavDialectImpl Class to encapsulate generation of the dialect between the scheduling assistant and the CalDAV server.
DefaultCredentialsProviderFactoryImpl Default CredentialsProviderFactory implementation, returns DefaultCredentialsProviderImpl instances.
DefaultCredentialsProviderImpl This CredentialsProvider implementation will return the supplied-at-construction-time Credentials if and only if the request matches the configured AuthScope.
NoopHttpMethodInterceptorImpl Does nothing to the AbstractHttpMessage.
ReportMethod Provides "REPORT" HTTP Method.
SchemeRegistryProvider Commons HttpClient's connection manager depends on a SchemeRegistry.
 

Exception Summary
CaldavDataAccessException RuntimeException raised at runtime when caldav operations unexpectedly fail.
CaldavDataFormatException RuntimeException raised when the data returned by the caldav server is malformed.
 



Copyright © 2012 Jasig. All Rights Reserved.