Package flexagon.core.security.pojo
Class FlxTwoFactorAuthDeviceDataObject
java.lang.Object
FlexDataObject
flexagon.core.security.pojo.FlxTwoFactorAuthDeviceDataObject
public class FlxTwoFactorAuthDeviceDataObject
extends FlexDataObject
-
Constructor Summary
ConstructorsConstructorDescriptionFlxTwoFactorAuthDeviceDataObject(Long pUserId, String pFingerprint, String pDeviceIdentification) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedBy(String pCreatedBy) voidsetCreatedOn(Timestamp pCreatedOn) voidsetDeviceIdentification(String pDeviceIdentification) voidsetFingerprint(String pFingerprint) voidsetLastSuccessful2faLogin(Timestamp pLastSuccessful2faLogin) voidsetUpdatedBy(String pUpdatedBy) voidsetUpdatedOn(Timestamp pUpdatedOn) voidvoidsetVersionNumber(Integer pVersionNumber)
-
Constructor Details
-
FlxTwoFactorAuthDeviceDataObject
public FlxTwoFactorAuthDeviceDataObject() -
FlxTwoFactorAuthDeviceDataObject
-
-
Method Details
-
setUserId
-
getUserId
-
setFingerprint
-
getFingerprint
-
setDeviceIdentification
-
getDeviceIdentification
-
getLastSuccessful2faLogin
-
setLastSuccessful2faLogin
-
getCreatedOn
-
setCreatedOn
-
getCreatedBy
-
setCreatedBy
-
getUpdatedOn
-
setUpdatedOn
-
getUpdatedBy
-
setUpdatedBy
-
getVersionNumber
-
setVersionNumber
-