Uses of Class
com.skava.entities.MFAAuthEntity
Packages that use MFAAuthEntity
Package
Description
This package contains the user entities classes.
This package contains the user repository classes.
This package contains the user service implementation classes.
This package holds the user util method classes.
-
Uses of MFAAuthEntity in com.skava.entities
Constructor parameters in com.skava.entities with type arguments of type MFAAuthEntityModifierConstructorDescriptionQMFAAuthEntity
(com.querydsl.core.types.Path<? extends MFAAuthEntity> path) -
Uses of MFAAuthEntity in com.skava.repository
Methods in com.skava.repository that return types with arguments of type MFAAuthEntityModifier and TypeMethodDescriptionUserMFAAuthRepository.findByUserId
(long userId) This is used to load the user MFA authenticator secret code by userId -
Uses of MFAAuthEntity in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type MFAAuthEntityModifier and TypeMethodDescriptionvoid
ValidateLoginMFAServiceImpl.validateMFALoginToken
(UserAuthRequest request, MFAAuthEntity authEntity) This method used to validate login token -
Uses of MFAAuthEntity in com.skava.util
Methods in com.skava.util with parameters of type MFAAuthEntityModifier and TypeMethodDescriptionstatic void
UserLoginMFAUtil.updateMFAAuth
(MfaAuthStatus status, MFAAuthEntity mfaAuthEntity, UserCommonServices userCommonServices, long userId) This method is used to update MFA authenticator.static void
UserLoginMFAUtil.updateMFALoginAuth
(MfaLoginTokenStatus status, MFAAuthEntity mfaAuthEntity, UserCommonServices userCommonServices, long userId) This method is used to update MFA authenticator.