org.jasig.schedassist.impl.caldav.oracle
Class OracleCommsCredentialsProviderFactoryImpl

java.lang.Object
  extended by org.jasig.schedassist.impl.caldav.DefaultCredentialsProviderFactoryImpl
      extended by org.jasig.schedassist.impl.caldav.oracle.OracleCommsCredentialsProviderFactoryImpl
All Implemented Interfaces:
CredentialsProviderFactory

public class OracleCommsCredentialsProviderFactoryImpl
extends DefaultCredentialsProviderFactoryImpl

CredentialsProviderFactory for use with Oracle Communications Suite. Returns OracleCommsCredentialsProviderImpl instances.

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

Constructor Summary
OracleCommsCredentialsProviderFactoryImpl()
           
 
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.
 
Methods inherited from class org.jasig.schedassist.impl.caldav.DefaultCredentialsProviderFactoryImpl
getAdminCredentials, getAuthScope, getCaldavAdminPassword, getCaldavAdminUsername, setAuthScope, setCaldavAdminPassword, setCaldavAdminUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleCommsCredentialsProviderFactoryImpl

public OracleCommsCredentialsProviderFactoryImpl()
Method Detail

getCredentialsProvider

public org.apache.http.client.CredentialsProvider getCredentialsProvider(ICalendarAccount account)
Description copied from interface: CredentialsProviderFactory
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.

Specified by:
getCredentialsProvider in interface CredentialsProviderFactory
Overrides:
getCredentialsProvider in class DefaultCredentialsProviderFactoryImpl
Returns:
a never null CredentialsProvider that the data dao can use to interact with the CalDAV server


Copyright © 2012 Jasig. All Rights Reserved.