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 AClusterJoinManagerwhich firstauthenticatesnew connectionsParanoidObjectDataInputStream A subclass of Hazelcast'sObjectDataInputStreamspecifically 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 isinitiatingthe connection to another node oracceptinga connection from another node. -
Exception Summary Exception Description NodeConnectionException