Uses of Enum Class
org.apache.cassandra.auth.IInternodeAuthenticator.InternodeConnectionDirection
Packages that use IInternodeAuthenticator.InternodeConnectionDirection
-
Uses of IInternodeAuthenticator.InternodeConnectionDirection in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return IInternodeAuthenticator.InternodeConnectionDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IInternodeAuthenticator.InternodeConnectionDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.auth with parameters of type IInternodeAuthenticator.InternodeConnectionDirectionModifier and TypeMethodDescriptionbooleanAllowAllInternodeAuthenticator.authenticate(InetAddress remoteAddress, int remotePort, Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType) default booleanIInternodeAuthenticator.authenticate(InetAddress remoteAddress, int remotePort, Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType) Decides whether a peer is allowed to connect to this node.booleanMutualTlsInternodeAuthenticator.authenticate(InetAddress remoteAddress, int remotePort, Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType) protected booleanMutualTlsInternodeAuthenticator.authenticateInternodeWithMtls(InetAddress remoteAddress, int remotePort, Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType)