org.jasig.schedassist.impl.caldav
Interface CredentialsProviderFactory

All Known Implementing Classes:
DefaultCredentialsProviderFactoryImpl, OracleCommsCredentialsProviderFactoryImpl

public interface CredentialsProviderFactory

Factory interface for HTTP Client's CredentialsProviders.

Version:
$Id: CredentialsProviderProvider.java $
Author:
Nicholas Blair

Method Summary
 org.apache.http.client.CredentialsProvider getCredentialsProvider(ICalendarAccount account)
          Return a CredentialsProvider that can be used when performing caldav operations against the provided ICalendarAccount.
 

Method Detail

getCredentialsProvider

org.apache.http.client.CredentialsProvider getCredentialsProvider(ICalendarAccount account)
Return a CredentialsProvider that can be used when performing caldav operations against the provided ICalendarAccount. Implementations may not all use the ICalendarAccount; some return the same set of credentials for all inputs.

Parameters:
account -
Returns:
a never null CredentialsProvider that the data dao can use to interact with the CalDAV server


Copyright © 2012 Jasig. All Rights Reserved.