Uses of Interface
net.shibboleth.utilities.java.support.resource.Resource
Packages that use Resource
Package
Description
Classes that represent basic first order logic concepts.
The package defines only the ShibbolethResource interface.
Classes for working with JSR-223 scripting environments.
Implementations of security interfaces.
A set of helper functions for performing actions on DOM nodes.
-
Uses of Resource in net.shibboleth.utilities.java.support.logic
Methods in net.shibboleth.utilities.java.support.logic with parameters of type ResourceModifier and TypeMethodDescriptionstatic <T,
U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.resourceScript
(String engineName, Resource resource) Factory to createScriptedBiConsumer
from aResource
.static <T,
U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.resourceScript
(Resource resource) Factory to createScriptedBiConsumer
from aResource
.static <T,
U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.resourceScript
(String engineName, Resource resource) Factory to createScriptedBiFunction
from aResource
.static <T,
U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.resourceScript
(Resource resource) Factory to createScriptedBiFunction
from aResource
.static <T,
U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.resourceScript
(String engineName, Resource resource) Factory to createScriptedBiPredicate
from aResource
.static <T,
U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.resourceScript
(Resource resource) Factory to createScriptedBiPredicate
from aResource
.static <T> ScriptedConsumer<T>
ScriptedConsumer.resourceScript
(String engineName, Resource resource) Factory to createScriptedConsumer
from aResource
.static <T> ScriptedConsumer<T>
ScriptedConsumer.resourceScript
(Resource resource) Factory to createScriptedConsumer
from aResource
.static <T,
U> ScriptedFunction<T, U> ScriptedFunction.resourceScript
(String engineName, Resource resource) Factory to createScriptedFunction
from aResource
.static <T,
U> ScriptedFunction<T, U> ScriptedFunction.resourceScript
(Resource resource) Factory to createScriptedFunction
from aResource
.static <T> ScriptedPredicate<T>
ScriptedPredicate.resourceScript
(String engineName, Resource resource) Factory to createScriptedPredicate
from aResource
.static <T> ScriptedPredicate<T>
ScriptedPredicate.resourceScript
(Resource resource) Factory to createScriptedPredicate
from aResource
. -
Uses of Resource in net.shibboleth.utilities.java.support.resource
Methods in net.shibboleth.utilities.java.support.resource that return ResourceModifier and TypeMethodDescriptionResource.createRelativeResource
(String relativePath) Create a resource relative to this resource. -
Uses of Resource in net.shibboleth.utilities.java.support.scripting
Methods in net.shibboleth.utilities.java.support.scripting with parameters of type ResourceModifier and TypeMethodDescriptionvoid
Sets the script source.Constructors in net.shibboleth.utilities.java.support.scripting with parameters of type ResourceModifierConstructorDescriptionEvaluableScript
(String engineName, Resource scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript
(Resource scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1 -
Uses of Resource in net.shibboleth.utilities.java.support.security.impl
Fields in net.shibboleth.utilities.java.support.security.impl declared as ResourceModifier and TypeFieldDescriptionprivate Resource
BasicKeystoreKeyStrategy.keystoreResource
Keystore resource.private Resource
BasicKeystoreKeyStrategy.keyVersionResource
Version resource.Methods in net.shibboleth.utilities.java.support.security.impl with parameters of type ResourceModifier and TypeMethodDescriptionvoid
BasicKeystoreKeyStrategy.setKeystoreResource
(Resource resource) Set the keystore resource.void
BasicKeystoreKeyStrategy.setKeyVersionResource
(Resource resource) Set the key version resource. -
Uses of Resource in net.shibboleth.utilities.java.support.xml
Methods in net.shibboleth.utilities.java.support.xml with parameters of type ResourceModifier and TypeMethodDescriptionAdd schemas from the given schema resource.Method parameters in net.shibboleth.utilities.java.support.xml with type arguments of type ResourceModifier and TypeMethodDescriptionvoid
SchemaBuilder.setSchemaResources
(Collection<Resource> schemaResources) Set the schemas to load from the given schema resources (replaces any previously added).