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 IMfaSettingsSystemPropertyAPI. 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 MfaSettingsResponseMfaSettingsResponseMapper. 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 IMfaSettingsSystemPropertyDao. 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 IMfaSettingsISystemPropertyDao. 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 IMfaSettingsSystemPropertyHandler. 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 IMfaSettingsISystemPropertyHandler. getMfaSettings(UserContext uc)Gets the Multi-Factor Authentication (MFA) settings for the system.
-