|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.auth.AllowAllAuthenticator
public class AllowAllAuthenticator
Field Summary |
---|
Fields inherited from interface org.apache.cassandra.auth.IAuthenticator |
---|
PASSWORD_KEY, USERNAME_KEY |
Constructor Summary | |
---|---|
AllowAllAuthenticator()
|
Method Summary | |
---|---|
AuthenticatedUser |
authenticate(java.util.Map<? extends java.lang.CharSequence,? extends java.lang.CharSequence> credentials)
|
AuthenticatedUser |
defaultUser()
|
void |
validateConfiguration()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllowAllAuthenticator()
Method Detail |
---|
public AuthenticatedUser defaultUser()
defaultUser
in interface IAuthenticator
public AuthenticatedUser authenticate(java.util.Map<? extends java.lang.CharSequence,? extends java.lang.CharSequence> credentials) throws org.apache.cassandra.thrift.AuthenticationException
authenticate
in interface IAuthenticator
credentials
- An implementation specific collection of identifying information.
org.apache.cassandra.thrift.AuthenticationException
public void validateConfiguration() throws ConfigurationException
validateConfiguration
in interface IAuthenticator
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |