Interface SecretProvider


public interface SecretProvider
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getSharedSecret​(java.net.InetSocketAddress address)
    Returns the shared secret used to communicate with the client/host with the passed IP address or null if the client is not allowed at this server.
  • Method Details

    • getSharedSecret

      java.lang.String getSharedSecret​(java.net.InetSocketAddress address)
      Returns the shared secret used to communicate with the client/host with the passed IP address or null if the client is not allowed at this server.
      Parameters:
      address - IP address and port number of remote host/client
      Returns:
      shared secret or null