Uses of Class
org.apache.cassandra.auth.IInternodeAuthenticator.InternodeConnectionDirection
-
Packages that use IInternodeAuthenticator.InternodeConnectionDirection Package Description org.apache.cassandra.auth -
-
Uses of IInternodeAuthenticator.InternodeConnectionDirection in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return IInternodeAuthenticator.InternodeConnectionDirection Modifier and Type Method Description static IInternodeAuthenticator.InternodeConnectionDirection
IInternodeAuthenticator.InternodeConnectionDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IInternodeAuthenticator.InternodeConnectionDirection[]
IInternodeAuthenticator.InternodeConnectionDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.auth with parameters of type IInternodeAuthenticator.InternodeConnectionDirection Modifier and Type Method Description boolean
AllowAllInternodeAuthenticator. authenticate(java.net.InetAddress remoteAddress, int remotePort, java.security.cert.Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType)
default boolean
IInternodeAuthenticator. authenticate(java.net.InetAddress remoteAddress, int remotePort, java.security.cert.Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType)
Decides whether a peer is allowed to connect to this node.boolean
MutualTlsInternodeAuthenticator. authenticate(java.net.InetAddress remoteAddress, int remotePort, java.security.cert.Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType)
protected boolean
MutualTlsInternodeAuthenticator. authenticateInternodeWithMtls(java.net.InetAddress remoteAddress, int remotePort, java.security.cert.Certificate[] certificates, IInternodeAuthenticator.InternodeConnectionDirection connectionType)
-