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 String
MfaTempTokenResponseMapper. toMessage(MfaTempTokenInfoDto dto, Locale locale)
MfaTempTokenResponse
MfaTempTokenResponseMapper. 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 MfaTempTokenInfoDto
AuthenticationAPI. 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 MfaTempTokenInfoDto
MfaTempTokenInfoDtoMapper. fromEntity(UserMfaTempToken token, Instant now)
MfaTempTokenInfoDto
IMsUserAuthenticationService. 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 MfaTempTokenInfoDto
IAuthenticationHandler. checkTwoFactorAuthentication(IUser user)
Checks if two-factor authentication is required for the given user.MfaTempTokenInfoDto
IAuthenticationHandler. 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 MfaTempTokenInfoDto
AuthenticationHandler. checkTwoFactorAuthentication(IUser user)
MfaTempTokenInfoDto
AuthenticationHandler. refreshMfaTempToken(String encrypt)
-