public interface AuthProviderFactory
extends io.dropwizard.jackson.Discoverable
auth providers.
To create your own, just:
AuthProviderFactory.@JsonTypeName and give it a unique type name.META-INF/services/systems.composable.dropwizard.cassandra.auth.AuthProviderFactory
file with your implementation's full class name to the class path.PlainTextAuthProviderFactory| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.AuthProvider |
build() |
Copyright © 2016 Composable Systems Limited. All rights reserved.