org.jasig.schedassist.impl.caldav.oracle
Class OracleCommsCredentialsProviderFactoryImpl
java.lang.Object
org.jasig.schedassist.impl.caldav.DefaultCredentialsProviderFactoryImpl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleCommsCredentialsProviderFactoryImpl
public OracleCommsCredentialsProviderFactoryImpl()
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.