Package | Description |
---|---|
org.opensaml.util.resource |
Utility classes that represent readable, stream based, resources such as local filesystem and classpath resources as
well as remote resources such as documents retrieved via HTTP(S).
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingResourceFilter
Resource filter that executes a list of resource filters in order.
|
class |
PropertyReplacementResourceFilter
A resource filter that buffers a resource into a string and replaces instance of macros with properties read from a
file.
|
Modifier and Type | Method and Description |
---|---|
ResourceFilter |
AbstractFilteredResource.getResourceFilter()
Gets the resource filter associated with this resource.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFilteredResource.setResourceFilter(ResourceFilter filter)
Sets the resource filter associated with this resource.
|
Constructor and Description |
---|
AbstractFilteredResource(ResourceFilter filter)
Deprecated.
|
ClasspathResource(String path,
ResourceFilter resourceFilter)
Deprecated.
|
FileBackedHttpResource(String resource,
String backingFile,
ResourceFilter resourceFilter)
Deprecated.
|
FileBackedHttpResource(String resource,
URI backingFile,
ResourceFilter resourceFilter)
Deprecated.
|
FilesystemResource(String resourcePath,
ResourceFilter resourceFilter)
Deprecated.
|
FilesystemResource(URI resourceURI,
ResourceFilter resourceFilter)
Deprecated.
|
HttpResource(String resource,
ResourceFilter resourceFilter)
Deprecated.
|
Constructor and Description |
---|
ChainingResourceFilter(List<ResourceFilter> filters)
Constructor.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.