Class ExternalScriptContext

java.lang.Object
io.jans.fido2.service.external.context.ExternalScriptContext
Direct Known Subclasses:
ExternalFido2Context

public class ExternalScriptContext extends Object
  • Field Details

    • httpRequest

      protected jakarta.servlet.http.HttpServletRequest httpRequest
    • httpResponse

      protected final jakarta.servlet.http.HttpServletResponse httpResponse
  • Constructor Details

    • ExternalScriptContext

      public ExternalScriptContext(jakarta.servlet.http.HttpServletRequest httpRequest)
    • ExternalScriptContext

      public ExternalScriptContext(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
  • Method Details

    • getLog

      public org.slf4j.Logger getLog()
    • getHttpRequest

      public jakarta.servlet.http.HttpServletRequest getHttpRequest()
    • getHttpResponse

      public jakarta.servlet.http.HttpServletResponse getHttpResponse()
    • getIpAddress

      public String getIpAddress()
    • getContextVariables

      public Map<String,Object> getContextVariables()
    • getWebApplicationException

      public org.jboss.resteasy.spi.NoLogWebApplicationException getWebApplicationException()
    • setWebApplicationException

      public void setWebApplicationException(org.jboss.resteasy.spi.NoLogWebApplicationException webApplicationException)
    • createWebApplicationException

      public org.jboss.resteasy.spi.NoLogWebApplicationException createWebApplicationException(jakarta.ws.rs.core.Response response)
    • createWebApplicationException

      public org.jboss.resteasy.spi.NoLogWebApplicationException createWebApplicationException(int status, String entity)
    • throwWebApplicationExceptionIfSet

      public void throwWebApplicationExceptionIfSet()