ResourceProviderFactory
defines the service API to get and create ResourceProviders
s dynamically on a per usage base. Instead of sharing a resource provider between resource resolvers, the factory allows to create an own instance of a resource provider per resource resolver. The factory also supports authentication. If the resource provider is not used anymore and implements the {@link DynamicResourceProvider} interface, the close method should be called. @since 2.2.0
|
|