Uses of Interface
de.xima.fc.settings.IMfaSettings
-
Packages that use IMfaSettings Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.pub.impl.security.model.response.authentication de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of IMfaSettings in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return IMfaSettings Modifier and Type Method Description IMfaSettings
SystemPropertyAPI. getMfaSettings(UserContext uc)
Gets the Multi-Factor Authentication (MFA) settings for the system. -
Uses of IMfaSettings 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 IMfaSettings Modifier and Type Method Description MfaSettingsResponse
MfaSettingsResponseMapper. toResponse(IMfaSettings mfaSettings)
-
Uses of IMfaSettings in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return IMfaSettings Modifier and Type Method Description IMfaSettings
SystemPropertyDao. getMfaSettings(IEntityContext ec)
-
Uses of IMfaSettings in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return IMfaSettings Modifier and Type Method Description @NotNull IMfaSettings
ISystemPropertyDao. getMfaSettings(IEntityContext ec)
Gets the Multi-Factor Authentication (MFA) settings for the system. -
Uses of IMfaSettings in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return IMfaSettings Modifier and Type Method Description IMfaSettings
SystemPropertyHandler. getMfaSettings(UserContext uc)
-
Uses of IMfaSettings in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return IMfaSettings Modifier and Type Method Description IMfaSettings
ISystemPropertyHandler. getMfaSettings(UserContext uc)
Gets the Multi-Factor Authentication (MFA) settings for the system.
-