| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.logic |
Classes that represent basic first order logic concepts.
|
| net.shibboleth.utilities.java.support.resource |
The package defines only the ShibbolethResource interface.
|
| net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
| net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static ScriptedPredicate |
ScriptedPredicate.resourceScript(Resource resource)
Factory to create
ScriptedPredicate from a Resource. |
(package private) static ScriptedFunction |
ScriptedFunction.resourceScript(Resource resource)
Factory to create
ScriptedFunction from a Resource. |
(package private) static ScriptedPredicate |
ScriptedPredicate.resourceScript(String engineName,
Resource resource)
Factory to create
ScriptedPredicate from a Resource. |
(package private) static ScriptedFunction |
ScriptedFunction.resourceScript(String engineName,
Resource resource)
Factory to create
ScriptedFunction from a Resource. |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.createRelativeResource(String relativePath)
Create a resource relative to this resource.
|
| Modifier and Type | Field and Description |
|---|---|
private Resource |
BasicKeystoreKeyStrategy.keystoreResource
Keystore resource.
|
private Resource |
BasicKeystoreKeyStrategy.keyVersionResource
Version resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicKeystoreKeyStrategy.setKeystoreResource(Resource resource)
Set the keystore resource.
|
void |
BasicKeystoreKeyStrategy.setKeyVersionResource(Resource resource)
Set the key version resource.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaBuilder |
SchemaBuilder.addSchema(Resource resource)
Add schemas from the given schema resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaBuilder.setSchemaResources(Collection<Resource> schemaResources)
Set the schemas to load from the given schema resources (replaces any previously added).
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.