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 classAllowAllInternodeAuthenticator -
Uses of IInternodeAuthenticator in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IInternodeAuthenticator Modifier and Type Method Description static IInternodeAuthenticatorDatabaseDescriptor. getInternodeAuthenticator()Methods in org.apache.cassandra.config with parameters of type IInternodeAuthenticator Modifier and Type Method Description static voidDatabaseDescriptor. 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 IInternodeAuthenticatorInboundConnectionSettings. authenticatorIInternodeAuthenticatorOutboundConnectionSettings. authenticatorMethods in org.apache.cassandra.net that return IInternodeAuthenticator Modifier and Type Method Description IInternodeAuthenticatorOutboundConnectionSettings. authenticator()Methods in org.apache.cassandra.net with parameters of type IInternodeAuthenticator Modifier and Type Method Description InboundConnectionSettingsInboundConnectionSettings. withAuthenticator(IInternodeAuthenticator authenticator)OutboundConnectionSettingsOutboundConnectionSettings. withAuthenticator(IInternodeAuthenticator authenticator)
-