Class OtpCache
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.cache.model.OtpCache
- All Implemented Interfaces:
Serializable
Otp cache object to be saved in cache.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]Body of request Otp required.private StringDeviceId of the userID.private StringPath of request otp required.private StringEndpoint verb Otp required.Http request headers.private OtpConfigurationOperation type.private intError checked counter Otp value.private TimestampOtp time to live in millisecs.private intError checked counter Otp value.private StringOtp value generated.private StringUnique processId for Otp process.private static final longserialVersionUID.private StringUser unique identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
processId
Unique processId for Otp process. -
userId
User unique identifier. -
otpValue
Otp value generated. -
otpGeneratedTs
Otp time to live in millisecs. -
otpErrorCount
private int otpErrorCountError checked counter Otp value. -
otpResendCount
private int otpResendCountError checked counter Otp value. -
endpointVerb
Endpoint verb Otp required. -
body
private byte[] bodyBody of request Otp required. -
endpointPath
Path of request otp required. -
deviceId
DeviceId of the userID. -
otpConfiguration
Operation type. -
headers
Http request headers.
-
-
Constructor Details
-
OtpCache
public OtpCache()
-