org.jasig.schedassist.impl.caldav
Interface HttpCredentialsProvider


public interface HttpCredentialsProvider

Interface used to define a source for HTTP Credentials.

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

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

Method Detail

getCredentials

org.apache.http.client.CredentialsProvider getCredentials(ICalendarAccount account)
Return a Credentials 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 Credentials that the data dao can use to interact with the CalDAV server


Copyright © 2012 Jasig. All Rights Reserved.