Interface Pac4jSAMLResponse

  • All Known Implementing Classes:
    DefaultPac4jSAMLResponse

    public interface Pac4jSAMLResponse
    Indicates the SAML response that will be written to the actual backend response via a given SAML encoder.
    Since:
    1.8
    Author:
    Misagh Moayyed
    • Method Detail

      • getWebContext

        WebContext getWebContext()
        Gets web context.
        Returns:
        the web context
      • init

        void init()
        Initialize the response handling.
      • getOutputStreamWriter

        OutputStreamWriter getOutputStreamWriter()
        Gets output stream writer.
        Returns:
        the output stream writer
      • getOutgoingContent

        String getOutgoingContent()
        Gets outgoing content.
        Returns:
        the outgoing content
      • setRedirectUrl

        void setRedirectUrl​(String url)
        Sets redirect url.
        Parameters:
        url - the url
      • getRedirectUrl

        String getRedirectUrl()
        Gets redirect url.
        Returns:
        the redirect url
      • setContentType

        void setContentType​(String type)
        Sets content type.
        Parameters:
        type - the type