This interface is intended to be implemented by providers of resource instances on behalf of the {@link ResourceResolver}. It is not intended to be used by client applications directly. A resource provider can either directly implement this service interface, e.g. when no user authentication is provided (like for bundle resources) or a {@link ResourceProviderFactory} service can be implemented whichupon successful authentication returns a resource provider with the given user credentials.
|
|
|
|
|
|
|
|
|
|
|
|