Module net.shibboleth.ext.spring
Package net.shibboleth.ext.spring.resource
Shibboleth integration with Spring
Resource.Helper functions,
concrete implementations and a bridging class.-
Class Summary Class Description ConditionalResource A wrapper that guards aResourcethat may be absent by returning an empty bean file instead.ConditionalResourceResolver Supports a "conditional:resourcepath" URL syntax for wrapping a Spring resource with aConditionalResource.FileBackedHTTPResource A resource representing a file read from an HTTP(S) location.HTTPResource Resource for looking up HTTP URLs.HTTPResource.ConnectionClosingInputStream A wrapper around the entity contentInputStreamrepresented by anHttpResponsethat closes the stream and the HttpResponse whenHTTPResource.ConnectionClosingInputStream.close()is invoked.PreferFileSystemResourceLoader An extension ofDefaultResourceLoaderthat (1) is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources and (2) supports loading "classpath*:" resources.ResourceHelper RunnableFileSystemResource A file backed resource which calls out to a providedRunnableas appropriate such that the resource becomes reloadable.