Interface WebSubject

    • Method Detail

      • getServletRequest

        ServletRequest getServletRequest()
        Returns the ServletRequest accessible when the Subject instance was created.
        Specified by:
        getServletRequest in interface  RequestPairSource
        Returns:
        the ServletRequest accessible when the Subject instance was created.
      • getServletResponse

        ServletResponse getServletResponse()
        Returns the ServletResponse accessible when the Subject instance was created.
        Specified by:
        getServletResponse in interface  RequestPairSource
        Returns:
        the ServletResponse accessible when the Subject instance was created.