Uses of Class
de.xima.fc.auth.MfaTempTokenInfoDto
- 
Packages that use MfaTempTokenInfoDto Package Description de.xima.fc.api.rest.pub.impl.security.model.response.authentication de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.auth de.xima.fc.handler.interfaces.system de.xima.fc.handler.system  - 
- 
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 MfaTempTokenInfoDto Modifier and Type Method Description default StringMfaTempTokenResponseMapper. toMessage(MfaTempTokenInfoDto dto, Locale locale)MfaTempTokenResponseMfaTempTokenResponseMapper. toMfaRequiredResponse(MfaTempTokenInfoDto dto, Locale locale) - 
Uses of MfaTempTokenInfoDto in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return MfaTempTokenInfoDto Modifier and Type Method Description MfaTempTokenInfoDtoAuthenticationAPI. refreshMfaTempToken(String token)Methods in de.xima.fc.api.system that return types with arguments of type MfaTempTokenInfoDto Modifier and Type Method Description Optional<MfaTempTokenInfoDto>AuthenticationAPI. 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 MfaTempTokenInfoDto Modifier and Type Method Description MfaTempTokenInfoDtoMfaTempTokenInfoDtoMapper. fromEntity(UserMfaTempToken token, Instant now)MfaTempTokenInfoDtoIMsUserAuthenticationService. refreshMfaTempToken(String token)Methods in de.xima.fc.auth that return types with arguments of type MfaTempTokenInfoDto Modifier and Type Method Description Optional<MfaTempTokenInfoDto>IMsUserAuthenticationService. checkMfa(IUser user)Checks 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 MfaTempTokenInfoDto Modifier and Type Method Description MfaTempTokenInfoDtoIAuthenticationHandler. checkTwoFactorAuthentication(IUser user)Checks if two-factor authentication is required for the given user.MfaTempTokenInfoDtoIAuthenticationHandler. refreshMfaTempToken(String encrypt) - 
Uses of MfaTempTokenInfoDto in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return MfaTempTokenInfoDto Modifier and Type Method Description MfaTempTokenInfoDtoAuthenticationHandler. checkTwoFactorAuthentication(IUser user)MfaTempTokenInfoDtoAuthenticationHandler. refreshMfaTempToken(String encrypt) 
 -