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 |
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.