Class OtpRuleHandler.HttpRequest
java.lang.Object
es.kukenan.smartfi.common.security.web.otp.OtpRuleHandler.HttpRequest
- Enclosing class:
OtpRuleHandler
Class designed to hold all required information about the HTTP request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WalletAuthenticationCurrent authentication.private final InputStreamOperation body input stream.private final StringGenerate OTP request parameter value.private final StringOTP header value.private final StringOperation URI. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
otpHeaderValue
OTP header value. -
generateOtpParamValue
Generate OTP request parameter value. -
uri
Operation URI. -
bodyInputStream
Operation body input stream. -
authentication
Current authentication.
-
-
Constructor Details
-
HttpRequest
public HttpRequest()
-