Class AuthProviderFactory
java.lang.Object
org.synchronoss.cpo.cassandra.config.AuthProviderFactory
- All Implemented Interfaces:
FactoryMethodName
FactoryMethod for creating a Cassandra AuthProvider
- Author:
- dberry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract com.datastax.oss.driver.api.core.auth.AuthProviderCreates an AuthProviderGets the factory method name
-
Constructor Details
-
AuthProviderFactory
public AuthProviderFactory()Constructs the AuthProviderFactory
-
-
Method Details
-
getFactoryMethodName
Description copied from interface:FactoryMethodNameGets the factory method name- Specified by:
getFactoryMethodNamein interfaceFactoryMethodName- Returns:
- The method name
-
createAuthProvider
public abstract com.datastax.oss.driver.api.core.auth.AuthProvider createAuthProvider()Creates an AuthProvider- Returns:
- The AuthProvider
-