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
 AccessLevel login(java.lang.String keyspace, AuthenticationRequest authRequest)
           
 void validateConfiguration()
           
 
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 AccessLevel login(java.lang.String keyspace,
                         AuthenticationRequest authRequest)
                  throws AuthenticationException,
                         AuthorizationException
Specified by:
login in interface IAuthenticator
Throws:
AuthenticationException
AuthorizationException

validateConfiguration

public void validateConfiguration()
                           throws ConfigurationException
Specified by:
validateConfiguration in interface IAuthenticator
Throws:
ConfigurationException


Copyright © 2010 The Apache Software Foundation