Interface RuntimeContainer

    • Method Detail

      • executeScript

        void executeScript​(WebScriptRequest scriptReq,
                           WebScriptResponse scriptRes,
                           Authenticator auth)
                    throws java.io.IOException
        Execute the script in the context of the provided request and response
        Parameters:
        scriptReq - WebScriptRequest
        scriptRes - WebScriptResponse
        auth - Authenticator
        Throws:
        java.io.IOException
      • getRequiredAuthentication

        Description.RequiredAuthentication getRequiredAuthentication()
        Gets the required container authentication level (for matching web scripts)
        Returns:
        the required authentication level