Authentication
Authentication verifies the identities of components within the cluster such as peers, clients, and those connecting to a JMX manager.
-
All components of the cluster authenticate the same way, through a custom-written method.
-
The example demonstrates the basics of an implementation of the
SecurityManager.authenticate
method.