public class AuthenticatorWrapper extends Object implements Authenticator
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticatorWrapper.SaslNegotiatorWrapper |
Authenticator.SaslNegotiator| Constructor and Description |
|---|
AuthenticatorWrapper(org.apache.cassandra.auth.IAuthenticator wrapped) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInternalClassName() |
Authenticator.SaslNegotiator |
newSaslNegotiator(InetAddress clientAddress,
X509Certificate[] certificates) |
boolean |
requireAuthentication() |
public AuthenticatorWrapper(org.apache.cassandra.auth.IAuthenticator wrapped)
public String getInternalClassName()
getInternalClassName in interface Authenticatorpublic boolean requireAuthentication()
requireAuthentication in interface Authenticatorpublic Authenticator.SaslNegotiator newSaslNegotiator(InetAddress clientAddress, X509Certificate[] certificates)
newSaslNegotiator in interface AuthenticatorCopyright © 2020. All rights reserved.