org.apache.cassandra.auth
Class AllowAllAuthenticator

java.lang.Object
  extended by org.apache.cassandra.auth.AllowAllAuthenticator
All Implemented Interfaces:
IAuthenticator

public class AllowAllAuthenticator
extends java.lang.Object
implements IAuthenticator


Constructor Summary
AllowAllAuthenticator()
           
 
Method Summary
 void login(java.lang.String keyspace, org.apache.cassandra.thrift.AuthenticationRequest authRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowAllAuthenticator

public AllowAllAuthenticator()
Method Detail

login

public void login(java.lang.String keyspace,
                  org.apache.cassandra.thrift.AuthenticationRequest authRequest)
           throws org.apache.cassandra.thrift.AuthenticationException,
                  org.apache.cassandra.thrift.AuthorizationException
Specified by:
login in interface IAuthenticator
Throws:
org.apache.cassandra.thrift.AuthenticationException
org.apache.cassandra.thrift.AuthorizationException


Copyright © 2010 The Apache Software Foundation