|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.auth.AllowAllInternodeAuthenticator
public class AllowAllInternodeAuthenticator
| Constructor Summary | |
|---|---|
AllowAllInternodeAuthenticator()
|
|
| Method Summary | |
|---|---|
boolean |
authenticate(java.net.InetAddress remoteAddress,
int remotePort)
Decides whether or not a peer is allowed to connect to this node. |
void |
validateConfiguration()
Validates configuration of IInternodeAuthenticator implementation (if configurable). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AllowAllInternodeAuthenticator()
| Method Detail |
|---|
public boolean authenticate(java.net.InetAddress remoteAddress,
int remotePort)
IInternodeAuthenticator
authenticate in interface IInternodeAuthenticatorremoteAddress - ip address of the connecting node.remotePort - port of the connecting node.
public void validateConfiguration()
throws ConfigurationException
IInternodeAuthenticator
validateConfiguration in interface IInternodeAuthenticatorConfigurationException - when there is a configuration error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||