Uses of Interface
org.apache.cassandra.auth.IInternodeAuthenticator
Packages that use IInternodeAuthenticator
-
Uses of IInternodeAuthenticator in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IInternodeAuthenticatorModifier and TypeClassDescriptionclassclass -
Uses of IInternodeAuthenticator in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IInternodeAuthenticatorModifier and TypeMethodDescriptionstatic IInternodeAuthenticatorDatabaseDescriptor.getInternodeAuthenticator()Methods in org.apache.cassandra.config with parameters of type IInternodeAuthenticatorModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setInternodeAuthenticator(IInternodeAuthenticator internodeAuthenticator) -
Uses of IInternodeAuthenticator in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as IInternodeAuthenticatorModifier and TypeFieldDescriptionfinal IInternodeAuthenticatorInboundConnectionSettings.authenticatorfinal IInternodeAuthenticatorOutboundConnectionSettings.authenticatorMethods in org.apache.cassandra.net that return IInternodeAuthenticatorMethods in org.apache.cassandra.net with parameters of type IInternodeAuthenticatorModifier and TypeMethodDescriptionInboundConnectionSettings.withAuthenticator(IInternodeAuthenticator authenticator) OutboundConnectionSettings.withAuthenticator(IInternodeAuthenticator authenticator)