Class EndpointCallback

java.lang.Object
com.hazelcast.security.EndpointCallback
All Implemented Interfaces:
Callback

public class EndpointCallback extends Object implements Callback
The EndpointCallback is used to retrieve remote endpoint address. It can be passed to ClusterCallbackHandler and used by LoginModules during login process.
  • Constructor Details

    • EndpointCallback

      public EndpointCallback()
  • Method Details

    • setEndpoint

      public void setEndpoint(String endpoint)
    • getEndpoint

      public String getEndpoint()