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 TypeMethodDescriptionboolean
MailAPI.sendUserMfaRemovalMail
(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) Sends a mail with an MFA removal link to the users primary email address.boolean
MailAPI.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 TypeMethodDescriptionvoid
UserProfileMfaDao.assertUserProfileMfa
(IEntityContext ec, UserProfileMfa mfaConfig) static void
UserProfileMfaDao.cleanupUserProfileMfa
(IEntityContext ec, UserProfileMfa mfaConfig) static void
UserProfileMfaDao.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 TypeMethodDescriptionvoid
IUserProfileMfaDao.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 TypeMethodDescriptionboolean
IMailHandler.sendUserMfaRemovalMail
(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) Sends a mail with an MFA removal link to the users primary email address.boolean
IMailHandler.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 TypeMethodDescriptionboolean
MailHandler.sendUserMfaRemovalMail
(UserContext uc, UserProfileMfa mfaConfig, String baseUrl) boolean
MailHandler.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 boolean
UserMailUtil.sendUserMfaRemovalMail
(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl) static boolean
UserMailUtil.sendUserMfaTotpRegistrationMail
(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)
MailHandler.sendUserCredentialsResetMail(UserContext, UserProfile, String, String)
instead.