Example usage for org.apache.cassandra.auth IAuthenticator interface-usage

List of usage examples for org.apache.cassandra.auth IAuthenticator interface-usage

Introduction

In this page you can find the example usage for org.apache.cassandra.auth IAuthenticator interface-usage.

Usage

From source file org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator.java

/**
 * Carbon's authentication based implementation for the Cassandra's <coe>IAuthenticator</code>
 * This can be used in both a MT environment and a normal Carbon plugin. For the former case, a user have to provide
 * his or her name in the form of name@domain_name (e.g foo@bar.com)
 */
public class CarbonCassandraAuthenticator implements IAuthenticator {