Uses of Class
de.xima.fc.auth.MfaTempTokenInfoDto
Packages that use MfaTempTokenInfoDto
Package
Description
Package for API access to system configuration.
-
Uses of MfaTempTokenInfoDto in de.xima.fc.api.rest.pub.impl.security.model.response.authentication
Methods in de.xima.fc.api.rest.pub.impl.security.model.response.authentication with parameters of type MfaTempTokenInfoDtoModifier and TypeMethodDescriptiondefault StringMfaTempTokenResponseMapper.toMessage(MfaTempTokenInfoDto dto, Locale locale) MfaTempTokenResponseMapper.toMfaRequiredResponse(MfaTempTokenInfoDto dto, Locale locale) MfaTempTokenResponseMapperImpl.toMfaRequiredResponse(MfaTempTokenInfoDto dto, Locale locale) -
Uses of MfaTempTokenInfoDto in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return MfaTempTokenInfoDtoMethods in de.xima.fc.api.system that return types with arguments of type MfaTempTokenInfoDtoModifier and TypeMethodDescriptionAuthenticationAPI.checkTwoFactorAuthentication(IUser user) Checks if two-factor authentication is required for the given user. -
Uses of MfaTempTokenInfoDto in de.xima.fc.auth
Methods in de.xima.fc.auth that return MfaTempTokenInfoDtoModifier and TypeMethodDescriptionMfaTempTokenInfoDtoMapper.fromEntity(UserMfaTempToken token, Instant now) MfaTempTokenInfoDtoMapperImpl.fromEntity(UserMfaTempToken token, Instant now) IMsUserAuthenticationService.refreshMfaTempToken(String token) Methods in de.xima.fc.auth that return types with arguments of type MfaTempTokenInfoDtoModifier and TypeMethodDescriptionChecks if two-factor authentication is required for the given user. -
Uses of MfaTempTokenInfoDto in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return MfaTempTokenInfoDtoModifier and TypeMethodDescriptionIAuthenticationHandler.checkTwoFactorAuthentication(IUser user) Checks if two-factor authentication is required for the given user.IAuthenticationHandler.refreshMfaTempToken(String encrypt) -
Uses of MfaTempTokenInfoDto in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return MfaTempTokenInfoDtoModifier and TypeMethodDescriptionAuthenticationHandler.checkTwoFactorAuthentication(IUser user) AuthenticationHandler.refreshMfaTempToken(String encrypt)