Package com.atlassian.confluence.impl.cluster.hazelcast.interceptor.authenticator
-
Interface Summary Interface Description ClusterAuthenticator Authenticates a node attempting to join the cluster.ClusterJoinManager Manages the initial establishment of connections between nodes in the clusterClusterJoinRequest A request for a cluster join check -
Class Summary Class Description ClusterAuthenticationResult The result of a node trying to authenticate to join the cluster.DefaultClusterJoinManager AClusterJoinManager
which firstauthenticates
new connectionsParanoidObjectDataInputStream A subclass of Hazelcast'sObjectDataInputStream
specifically for use during join checks which applies bounds to certain operations.SharedSecretClusterAuthenticator Validates that the remote node contains the same password as the cluster. -
Enum Summary Enum Description ClusterJoinMode Describes whether a node isinitiating
the connection to another node oraccepting
a connection from another node. -
Exception Summary Exception Description NodeConnectionException