Interface ExternalResourceProviderInitializationContext


public interface ExternalResourceProviderInitializationContext
Contains necessary information for extensions of external resource provider functionality.
  • Method Details

    • getProperties

      Map<String,String> getProperties()
      Returns:
      Returns with the available properties.
    • getFilter

      default Predicate<ExternalResourceDescriptor> getFilter()
      Returns:
      A predicate, which might filter out unwanted files from the external source during listing. If no filtering necessary, then the predicate should return true for every call.
    • getSSLContext

      SSLContext getSSLContext()
      Returns:
      Returns an SSLContext.