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 MfaTempTokenInfoDto
MfaTempTokenInfoDtoMapper. 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 UserMfaTempToken
UserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)
UserMfaTempToken
UserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)
UserMfaTempToken
UserMfaTempTokenDao. 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 UserMfaTempToken
IUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)
Creates a new temporary MFA token for the specified user.UserMfaTempToken
IUserMfaTempTokenDao. incrementVerifyAttempts(IEntityContext ec, String tokenValue)
Increments the verification attempts for a given temporary MFA token by one.UserMfaTempToken
IUserMfaTempTokenDao. 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 boolean
UserMailUtil. sendUserMfaEmailCodeMail(Locale locale, UserProfile profile, UserMfaTempToken mfaTempToken)
-