|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthProvider
Provides Authenticator instances for use when connecting
to Cassandra nodes.
See PlainTextAuthProvider for an implementation which uses SASL
PLAIN mechanism to authenticate using username/password strings
| Field Summary | |
|---|---|
static AuthProvider |
NONE
A provider that provides no authentication capability. |
| Method Summary | |
|---|---|
Authenticator |
newAuthenticator(InetAddress host)
The Authenticator to use when connecting to host |
| Field Detail |
|---|
static final AuthProvider NONE
This is only useful as a placeholder when no authentication is to be used.
| Method Detail |
|---|
Authenticator newAuthenticator(InetAddress host)
throws AuthenticationException
Authenticator to use when connecting to host
host - the Cassandra host to connect to.
AuthenticationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||