Package | Description |
---|---|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
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).
|
Constructor and Description |
---|
ResourceBackedMetadataProvider(Resource resource,
Timer timer,
long maxMetadataCacheDuration)
Deprecated.
|
ResourceBackedMetadataProvider(Timer timer,
Resource resource)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilteredResource
A
Resource whose contents may be run through a filter as it is being read. |
class |
ClasspathResource
Resource that represents a resource found on the classpath.
|
class |
FileBackedHttpResource
A resource representing a file read from an HTTP(S) location.
|
class |
FilesystemResource
A resource representing a file on the local filesystem.
|
class |
HttpResource
A resource representing a file retrieved from a URL using Apache Commons HTTPClient.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceChangeListener.onResourceCreate(Resource resource)
Called when a resource is created.
|
void |
ResourceChangeListener.onResourceDelete(Resource resource)
Called when a resource is deleted.
|
void |
ResourceChangeListener.onResourceUpdate(Resource resource)
Called when a resource is update.
|
Constructor and Description |
---|
ResourceChangeWatcher(Resource resource)
Constructor.
|
ResourceChangeWatcher(Resource resource,
long pollingFrequency)
Constructor.
|
ResourceChangeWatcher(Resource resource,
long pollingFrequency,
int retryAttempts)
Constructor.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.