Interface ITlsScopeResolver
public interface ITlsScopeResolver
Resolver for TLS scopes based on connection identifiers.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionresolve(ConnectionIdentifier connectionIdentifier) Resolves the TLS scope for the given connection identifier.
-
Method Details
-
resolve
Resolves the TLS scope for the given connection identifier.- Parameters:
connectionIdentifier- The connection identifier.- Returns:
- The TLS scope, or null if none is configured.
-