Uses of Class
es.kukenan.smartfi.common.security.web.otp.OtpRuleHandler.HttpRequest
Packages that use OtpRuleHandler.HttpRequest
Package
Description
Base package for OTP security specific classes.
-
Uses of OtpRuleHandler.HttpRequest in es.kukenan.smartfi.common.security.web.otp
Fields in es.kukenan.smartfi.common.security.web.otp declared as OtpRuleHandler.HttpRequestModifier and TypeFieldDescriptionprivate final OtpRuleHandler.HttpRequestOtpRuleHandler.httpRequestRequired HTTP request data.Constructors in es.kukenan.smartfi.common.security.web.otp with parameters of type OtpRuleHandler.HttpRequestModifierConstructorDescriptionOtpRuleHandler(OtpProperties.OtpRule rule, com.fasterxml.jackson.databind.ObjectMapper objectMapper, OtpProperties otpProperties, OtpRuleHandler.HttpRequest httpRequest) Handler constructor.