Class NotAuthorizedResponseValues

  • All Implemented Interfaces:
    ResponseValues

    public class NotAuthorizedResponseValues
    extends BaseResponseValues
    This allows processRequest() in sub-classes of FreemarkerHttpServlet to decide that the request is not authorized, and properly handle the redirection.
    • Constructor Detail

      • NotAuthorizedResponseValues

        public NotAuthorizedResponseValues​(String logMessage)