Uses of Class
de.xima.fc.entities.UserMfaTempToken
-
Packages that use UserMfaTempToken Package Description de.xima.fc.auth de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.mail.utils -
-
Uses of UserMfaTempToken in de.xima.fc.auth
Methods in de.xima.fc.auth with parameters of type UserMfaTempToken Modifier and Type Method Description MfaTempTokenInfoDtoMfaTempTokenInfoDtoMapper. fromEntity(UserMfaTempToken token, Instant now) -
Uses of UserMfaTempToken in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserMfaTempToken Modifier and Type Method Description UserMfaTempTokenUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)UserMfaTempTokenUserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)UserMfaTempTokenUserMfaTempTokenDao. refreshToken(IEntityContext ec, String token)Methods in de.xima.fc.dao.impl that return types with arguments of type UserMfaTempToken Modifier and Type Method Description Optional<UserMfaTempToken>UserMfaTempTokenDao. getToken(IEntityContext ec, String tokenValue) -
Uses of UserMfaTempToken in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserMfaTempToken Modifier and Type Method Description UserMfaTempTokenIUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)Creates a new temporary MFA token for the specified user.UserMfaTempTokenIUserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)Increments the verification attempts for a given temporary MFA token by one.UserMfaTempTokenIUserMfaTempTokenDao. refreshToken(IEntityContext ec, String token)Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserMfaTempToken Modifier and Type Method Description Optional<UserMfaTempToken>IUserMfaTempTokenDao. getToken(IEntityContext ec, String tokenValue)Retrieves a temporary MFA token by its value. -
Uses of UserMfaTempToken in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserMfaTempToken Modifier and Type Method Description static booleanUserMailUtil. sendUserMfaEmailCodeMail(Locale locale, UserProfile profile, UserMfaTempToken mfaTempToken)Sends an MFA email code to the user's primary email address.
-