Package edu.uiuc.ncsa.security.util.scripting
Basic classes to support sever-side scripting in OAuth 2. You can use these to add support for
a scripting language (such as QDL to
you web server.
Created by Jeff Gaynor
on 8/3/22 at 8:23 AM
-
Interface Summary Interface Description ScriptingConstants Created by Jeff Gaynor
on 5/31/22 at 8:34 AMScriptInterface Created by Jeff Gaynor
on 2/4/20 at 11:14 AMScriptRunRequest This is a request to theScriptRuntimeEngine
.StateInterface Marker interface for things that are stateful. -
Class Summary Class Description ScriptRunResponse The response to aScriptRunRequest
.ScriptRuntimeEngine This contains aScriptSet
and resolves requests based on information in the request.ScriptSet<V extends ScriptInterface> This contains a set of scripts.ScriptSetFactory<V extends ScriptSet> Created by Jeff Gaynor
on 2/7/20 at 6:47 AM