Uses of Class
org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
-
Packages that use ScriptedTrustedNamesFunction Package Description org.opensaml.saml.metadata.resolver.filter.impl 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 ScriptedTrustedNamesFunction Modifier and Type Method Description (package private) static ScriptedTrustedNamesFunctionScriptedTrustedNamesFunction. inlineScript(String scriptSource)Factory to createScriptedTrustedNamesFunctionforSignatureValidationFilters from inline data.(package private) static ScriptedTrustedNamesFunctionScriptedTrustedNamesFunction. inlineScript(String engineName, String scriptSource)Factory to createScriptedTrustedNamesFunctionforSignatureValidationFilters from inline data.(package private) static ScriptedTrustedNamesFunctionScriptedTrustedNamesFunction. resourceScript(String engineName, Resource resource)(package private) static ScriptedTrustedNamesFunctionScriptedTrustedNamesFunction. resourceScript(Resource resource)Factory to createScriptedTrustedNamesFunctionfrom aResource.
-