Interface ITlsScopeResolver


public interface ITlsScopeResolver
Resolver for TLS scopes based on connection identifiers.
Since:
8.5.0
Author:
Norman Lorenz
  • Method Details

    • resolve

      ConnectionProperties.TlsScope resolve(ConnectionIdentifier connectionIdentifier)
      Resolves the TLS scope for the given connection identifier.
      Parameters:
      connectionIdentifier - The connection identifier.
      Returns:
      The TLS scope, or null if none is configured.