Class OtpRuleHandler.HttpRequest

java.lang.Object
es.kukenan.smartfi.common.security.web.otp.OtpRuleHandler.HttpRequest
Enclosing class:
OtpRuleHandler

public static class OtpRuleHandler.HttpRequest extends Object
Class designed to hold all required information about the HTTP request.
  • Field Details

    • otpHeaderValue

      private final String otpHeaderValue
      OTP header value.
    • generateOtpParamValue

      private final String generateOtpParamValue
      Generate OTP request parameter value.
    • uri

      private final String uri
      Operation URI.
    • bodyInputStream

      private final InputStream bodyInputStream
      Operation body input stream.
    • authentication

      private final WalletAuthentication authentication
      Current authentication.
  • Constructor Details

    • HttpRequest

      public HttpRequest()