Uses of Enum Class
com.skava.model.datatransferobjects.MfaLoginTokenStatus
Packages that use MfaLoginTokenStatus
Package
Description
This package contains the user DTO model classes.
This package holds the user util method classes.
-
Uses of MfaLoginTokenStatus in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return MfaLoginTokenStatusModifier and TypeMethodDescriptionstatic MfaLoginTokenStatus
Returns the enum constant of this class with the specified name.static MfaLoginTokenStatus[]
MfaLoginTokenStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MfaLoginTokenStatus in com.skava.util
Methods in com.skava.util with parameters of type MfaLoginTokenStatusModifier and TypeMethodDescriptionstatic void
UserLoginMFAUtil.updateMFALoginAuth
(MfaLoginTokenStatus status, MFAAuthEntity mfaAuthEntity, UserCommonServices userCommonServices, long userId) This method is used to update MFA authenticator.