Interface DynamicKeyRegistryProvider


public interface DynamicKeyRegistryProvider
Provider for accessing the global DynamicKeyRegistry instance. Loader-specific implementations will provide the actual registry.
  • Method Details

    • setRegistryProvider

      static void setRegistryProvider(DynamicKeyRegistryProvider provider)
      Sets the active provider used by getRegistry().
      Parameters:
      provider - loader-specific provider implementation
    • getRegistry

      static DynamicKeyRegistry getRegistry()
      Get the DynamicKeyRegistry instance.
      Returns:
      the registry instance
    • getRegistryInstance

      DynamicKeyRegistry getRegistryInstance()
      Internal method to get the registry instance. Implemented by loaders.
      Returns:
      the registry instance