org.apache.cassandra.auth
Class SimpleAuthenticator
java.lang.Object
org.apache.cassandra.auth.SimpleAuthenticator
- All Implemented Interfaces:
- IAuthenticator
public class SimpleAuthenticator
- extends java.lang.Object
- implements IAuthenticator
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 |
PASSWD_FILENAME_PROPERTY
public static final java.lang.String PASSWD_FILENAME_PROPERTY
- See Also:
- Constant Field Values
ACCESS_FILENAME_PROPERTY
public static final java.lang.String ACCESS_FILENAME_PROPERTY
- See Also:
- Constant Field Values
PMODE_PROPERTY
public static final java.lang.String PMODE_PROPERTY
- See Also:
- Constant Field Values
USERNAME_KEY
public static final java.lang.String USERNAME_KEY
- See Also:
- Constant Field Values
PASSWORD_KEY
public static final java.lang.String PASSWORD_KEY
- See Also:
- Constant Field Values
SimpleAuthenticator
public SimpleAuthenticator()
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