Interface RequestSecurityManager

    • Method Detail

      • checkForInsecurePageRenderRequest

        boolean checkForInsecurePageRenderRequest​(PageRenderRequestParameters parameters)
                                           throws java.io.IOException
        Checks the page to see if it is secure; if so, and the request is not secure, then a redirect to the page is generated and sent.
        Parameters:
        parameters - parameters for the current request
        Returns:
        true if a redirect was sent, false if normal processing should continue
        Throws:
        java.io.IOException
      • checkForInsecureComponentEventRequest

        boolean checkForInsecureComponentEventRequest​(ComponentEventRequestParameters parameters)
                                               throws java.io.IOException
        Checks the target page of the component event request to see if it is secure; if so, and the request is not secure, then a redirect to the page is generated and sent, preserving the original component event request.
        Parameters:
        parameters - parameters for the current request
        Returns:
        true if a redirect was sent, false if normal processing should continue
        Throws:
        java.io.IOException
        Since:
        5.2.0.0