Package | Description |
---|---|
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 |
---|---|
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–2019. All rights reserved.