Enum Class IInternodeAuthenticator.InternodeConnectionDirection

java.lang.Object
java.lang.Enum<IInternodeAuthenticator.InternodeConnectionDirection>
org.apache.cassandra.auth.IInternodeAuthenticator.InternodeConnectionDirection
All Implemented Interfaces:
Serializable, Comparable<IInternodeAuthenticator.InternodeConnectionDirection>, Constable
Enclosing interface:
IInternodeAuthenticator

public static enum IInternodeAuthenticator.InternodeConnectionDirection extends Enum<IInternodeAuthenticator.InternodeConnectionDirection>
Enum that represents connection type of internode connection. INBOUND - called after connection established, with certificate available if present. OUTBOUND - called after connection established, with certificate available if present. OUTBOUND_PRECONNECT - called before initiating a connection, without certificate available. The outbound connection will be authenticated with the certificate once a redirected connection is established. This is an extra check that can be used to detect misconfiguration before reconnection, or ignored by returning true.