Class PacketClientAuthorization

java.lang.Object
eu.cloudnetservice.driver.network.protocol.BasePacket
eu.cloudnetservice.driver.network.def.PacketClientAuthorization
All Implemented Interfaces:
Packet

public final class PacketClientAuthorization extends BasePacket
The packet which is used for authorization between:
  • A wrapper and a node.
  • A node and a node.

This packet holds all information which is required for a node to determine all information needed for a successful authentication. When authenticating a wrapper with a node this packet contains:

  1. The connection key assigned to the service by the node when starting the service.
  2. The service id of the service which connects to the node.

When authenticating a node with a node this packet contains:

  1. The cluster id
  2. The network cluster node (offline information) of the node.
Since:
4.0