Class ScriptedTrustedNamesFunction

    • Constructor Detail

      • ScriptedTrustedNamesFunction

        protected ScriptedTrustedNamesFunction​(@Nonnull
                                               net.shibboleth.utilities.java.support.scripting.EvaluableScript theScript,
                                               @Nullable
                                               String extraInfo)
        Constructor.
        Parameters:
        theScript - the script we will evaluate.
        extraInfo - debugging information.
      • ScriptedTrustedNamesFunction

        protected ScriptedTrustedNamesFunction​(@Nonnull
                                               net.shibboleth.utilities.java.support.scripting.EvaluableScript theScript)
        Constructor.
        Parameters:
        theScript - the script we will evaluate.