Uses of Class
de.xima.fc.entities.UserProfileMfa
Packages that use UserProfileMfa
Package
Description
Package for API access to system configuration.
Package für Datenbankentitäten
-
Uses of UserProfileMfa in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserProfileMfaModifier and TypeMethodDescriptionbooleanMailAPI.sendUserMfaRemovalMail(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) Sends a mail with an MFA removal link to the users primary email address.booleanMailAPI.sendUserMfaTotpRegistrationMail(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) Sends a mail with an MFA TOTP registration link to the users primary email address. -
Uses of UserProfileMfa in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type UserProfileMfaModifier and TypeMethodDescriptionprotected IFCDaoActionHook<UserProfileMfa>UserProfileMfaDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type UserProfileMfaModifier and TypeMethodDescriptionvoidUserProfileMfaDao.assertUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig) static voidUserProfileMfaDao.cleanupUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig) static voidUserProfileMfaDao.preUpdate(IEntityContext ec, UserProfileMfa mfaConfig) -
Uses of UserProfileMfa in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type UserProfileMfaModifier and TypeMethodDescriptionvoidIUserProfileMfaDao.assertUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig) Checks if the user profile MFA config can be persisted (create/update). -
Uses of UserProfileMfa in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserProfileMfaMethods in de.xima.fc.entities with parameters of type UserProfileMfa -
Uses of UserProfileMfa in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserProfileMfaModifier and TypeMethodDescriptionbooleanIMailHandler.sendUserMfaRemovalMail(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) Sends a mail with an MFA removal link to the users primary email address.booleanIMailHandler.sendUserMfaTotpRegistrationMail(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) Sends a mail with an MFA TOTP registration link to the users primary email address. -
Uses of UserProfileMfa in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type UserProfileMfaModifier and TypeMethodDescriptionbooleanMailHandler.sendUserMfaRemovalMail(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) booleanMailHandler.sendUserMfaTotpRegistrationMail(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) Deprecated. -
Uses of UserProfileMfa in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserProfileMfaModifier and TypeMethodDescriptionstatic booleanUserMailUtil.sendUserMfaRemovalMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl) static booleanUserMailUtil.sendUserMfaTotpRegistrationMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)
MailHandler.sendUserCredentialsResetMail(UserContext, UserProfile, String, String)instead.