Uses of Interface
net.shibboleth.utilities.java.support.resource.Resource
-
Packages that use Resource 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.scripting Classes for working with JSR-223 scripting environments.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.xml 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 Resource Modifier and Type Method Description 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.utilities.java.support.resource
Methods in net.shibboleth.utilities.java.support.resource that return Resource Modifier and Type Method Description ResourceResource. createRelativeResource(String relativePath)Create a resource relative to this resource. -
Uses of Resource in net.shibboleth.utilities.java.support.scripting
Constructors in net.shibboleth.utilities.java.support.scripting with parameters of type Resource Constructor Description EvaluableScript(String engineName, Resource scriptSource)Constructor.EvaluableScript(Resource scriptSource)Constructor. -
Uses of Resource in net.shibboleth.utilities.java.support.security.impl
Fields in net.shibboleth.utilities.java.support.security.impl declared as Resource Modifier and Type Field Description private ResourceBasicKeystoreKeyStrategy. keystoreResourceKeystore resource.private ResourceBasicKeystoreKeyStrategy. keyVersionResourceVersion resource.Methods in net.shibboleth.utilities.java.support.security.impl with parameters of type Resource Modifier and Type Method Description voidBasicKeystoreKeyStrategy. setKeystoreResource(Resource resource)Set the keystore resource.voidBasicKeystoreKeyStrategy. 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 Resource Modifier and Type Method Description SchemaBuilderSchemaBuilder. addSchema(Resource resource)Add schemas from the given schema resource.Method parameters in net.shibboleth.utilities.java.support.xml with type arguments of type Resource Modifier and Type Method Description voidSchemaBuilder. setSchemaResources(Collection<Resource> schemaResources)Set the schemas to load from the given schema resources (replaces any previously added).
-