Uses of Interface
net.shibboleth.shared.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.
Shared service APIs.
Implementations of shared service interfaces.
Classes supporting Spring configuration activities.
Spring resource classes supporting HttpClient access.
Shibboleth integration with Spring
Resource.Helper functions,
concrete implementations and a bridging class.APIs for parsing and using XML.
-
Uses of Resource in net.shibboleth.shared.logic
Methods in net.shibboleth.shared.logic with parameters of type ResourceModifier and TypeMethodDescriptionstatic <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.resourceScript(String engineName, Resource resource) Factory to createScriptedBiConsumerfrom aResource.static <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.resourceScript(Resource resource) Factory to createScriptedBiConsumerfrom aResource.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.resourceScript(String engineName, Resource resource) Factory to createScriptedBiFunctionfrom aResource.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.resourceScript(Resource resource) Factory to createScriptedBiFunctionfrom aResource.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.resourceScript(String engineName, Resource resource) Factory to createScriptedBiPredicatefrom aResource.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.resourceScript(Resource resource) Factory to createScriptedBiPredicatefrom aResource.static <T> ScriptedConsumer<T>ScriptedConsumer.resourceScript(String engineName, Resource resource) Factory to createScriptedConsumerfrom aResource.static <T> ScriptedConsumer<T>ScriptedConsumer.resourceScript(Resource resource) Factory to createScriptedConsumerfrom aResource.static <T,U> ScriptedFunction<T, U> ScriptedFunction.resourceScript(String engineName, Resource resource) Factory to createScriptedFunctionfrom aResource.static <T,U> ScriptedFunction<T, U> ScriptedFunction.resourceScript(Resource resource) Factory to createScriptedFunctionfrom aResource.static <T> ScriptedPredicate<T>ScriptedPredicate.resourceScript(String engineName, Resource resource) Factory to createScriptedPredicatefrom aResource.static <T> ScriptedPredicate<T>ScriptedPredicate.resourceScript(Resource resource) Factory to createScriptedPredicatefrom aResource. -
Uses of Resource in net.shibboleth.shared.resource
Methods in net.shibboleth.shared.resource that return ResourceModifier and TypeMethodDescriptionResource.createRelativeResource(String relativePath) Create a resource relative to this resource. -
Uses of Resource in net.shibboleth.shared.scripting
Methods in net.shibboleth.shared.scripting with parameters of type Resource -
Uses of Resource in net.shibboleth.shared.security.impl
Fields in net.shibboleth.shared.security.impl declared as ResourceModifier and TypeFieldDescriptionprivate ResourceBasicKeystoreKeyStrategy.keystoreResourceKeystore resource.private ResourceBasicKeystoreKeyStrategy.keyVersionResourceVersion resource.Methods in net.shibboleth.shared.security.impl with parameters of type ResourceModifier and TypeMethodDescriptionvoidBasicKeystoreKeyStrategy.setKeystoreResource(Resource resource) Set the keystore resource.voidBasicKeystoreKeyStrategy.setKeyVersionResource(Resource resource) Set the key version resource. -
Uses of Resource in net.shibboleth.shared.service
Methods in net.shibboleth.shared.service with parameters of type ResourceModifier and TypeMethodDescriptionvoidLoggingService.setLoggingConfiguration(Resource configuration) Sets the logging configuration. -
Uses of Resource in net.shibboleth.shared.service.impl
Fields in net.shibboleth.shared.service.impl declared as ResourceModifier and TypeFieldDescriptionprivate ResourceLogbackLoggingService.configurationResourceLogging configuration resource.private ResourceLogbackLoggingService.fallbackConfigurationURL to the fallback logback configuration found in the classpath.Methods in net.shibboleth.shared.service.impl with parameters of type ResourceModifier and TypeMethodDescriptionvoidLogbackLoggingService.setFallbackConfiguration(Resource fallback) Set a resource to use as a fallback configuration if the primary is unavailable.voidLogbackLoggingService.setLoggingConfiguration(Resource configuration) Sets the logging configuration. -
Uses of Resource in net.shibboleth.shared.spring.config
Methods in net.shibboleth.shared.spring.config that return Resource -
Uses of Resource in net.shibboleth.shared.spring.httpclient.resource
Classes in net.shibboleth.shared.spring.httpclient.resource that implement ResourceModifier and TypeClassDescriptionclassA resource representing a file read from an HTTP(S) location.classResource for looking up HTTP URLs.Methods in net.shibboleth.shared.spring.httpclient.resource that return ResourceModifier and TypeMethodDescriptionHTTPResource.createRelativeResource(String relativePath) Create a resource relative to this resource. -
Uses of Resource in net.shibboleth.shared.spring.resource
Classes in net.shibboleth.shared.spring.resource that implement ResourceModifier and TypeClassDescriptionclassA wrapper that guards aResourcethat may be absent by returning an empty bean file instead.final classclassA file backed resource which calls out to a providedRunnableas appropriate such that the resource becomes reloadable.Methods in net.shibboleth.shared.spring.resource that return ResourceModifier and TypeMethodDescriptionConditionalResource.createRelativeResource(String relativePath) Create a resource relative to this resource.ResourceHelper.createRelativeResource(String relativePath) Create a resource relative to this resource.static Resource -
Uses of Resource in net.shibboleth.shared.xml
Methods in net.shibboleth.shared.xml with parameters of type ResourceModifier and TypeMethodDescriptionAdd schemas from the given schema resource.Method parameters in net.shibboleth.shared.xml with type arguments of type ResourceModifier and TypeMethodDescriptionvoidSchemaBuilder.setSchemaResources(Collection<Resource> schemaResources) Set the schemas to load from the given schema resources (replaces any previously added).