Interface StateProviderInitializationContext

All Superinterfaces:
PropertyContext

public interface StateProviderInitializationContext extends PropertyContext
This interface defines an initialization context that is passed to a StateProvider when it is initialized.
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns:
      the identifier if the StateProvider
    • getProperties

      Returns:
      a Map of Property Descriptors to their configured values
    • getSSLContext

      SSLContext getSSLContext()
      Returns:
      the SSL Context that should be used to communicate with remote resources, or null if no SSLContext has been configured
    • getLogger

      ComponentLog getLogger()
      Returns:
      the logger for the given state provider