Uses of Class
org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
Packages that use ScriptedTrustedNamesFunction
Package
Description
Implementation of the resolver filters.
-
Uses of ScriptedTrustedNamesFunction in org.opensaml.saml.metadata.resolver.filter.impl
Methods in org.opensaml.saml.metadata.resolver.filter.impl that return ScriptedTrustedNamesFunctionModifier and TypeMethodDescription(package private) static ScriptedTrustedNamesFunction
ScriptedTrustedNamesFunction.inlineScript
(String scriptSource) Factory to createScriptedTrustedNamesFunction
forSignatureValidationFilter
s from inline data.(package private) static ScriptedTrustedNamesFunction
ScriptedTrustedNamesFunction.inlineScript
(String engineName, String scriptSource) Factory to createScriptedTrustedNamesFunction
forSignatureValidationFilter
s from inline data.(package private) static ScriptedTrustedNamesFunction
ScriptedTrustedNamesFunction.resourceScript
(String engineName, Resource resource) (package private) static ScriptedTrustedNamesFunction
ScriptedTrustedNamesFunction.resourceScript
(Resource resource) Factory to createScriptedTrustedNamesFunction
from aResource
.