Uses of Interface
org.apache.cassandra.auth.IInternodeAuthenticator
-
Packages that use IInternodeAuthenticator Package Description org.apache.cassandra.auth org.apache.cassandra.config org.apache.cassandra.net -
-
Uses of IInternodeAuthenticator in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IInternodeAuthenticator Modifier and Type Class Description class
AllowAllInternodeAuthenticator
class
MutualTlsInternodeAuthenticator
-
Uses of IInternodeAuthenticator in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IInternodeAuthenticator Modifier and Type Method Description static IInternodeAuthenticator
DatabaseDescriptor. getInternodeAuthenticator()
Methods in org.apache.cassandra.config with parameters of type IInternodeAuthenticator Modifier and Type Method Description static void
DatabaseDescriptor. setInternodeAuthenticator(IInternodeAuthenticator internodeAuthenticator)
-
Uses of IInternodeAuthenticator in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as IInternodeAuthenticator Modifier and Type Field Description IInternodeAuthenticator
InboundConnectionSettings. authenticator
IInternodeAuthenticator
OutboundConnectionSettings. authenticator
Methods in org.apache.cassandra.net that return IInternodeAuthenticator Modifier and Type Method Description IInternodeAuthenticator
OutboundConnectionSettings. authenticator()
Methods in org.apache.cassandra.net with parameters of type IInternodeAuthenticator Modifier and Type Method Description InboundConnectionSettings
InboundConnectionSettings. withAuthenticator(IInternodeAuthenticator authenticator)
OutboundConnectionSettings
OutboundConnectionSettings. withAuthenticator(IInternodeAuthenticator authenticator)
-