Uses of Class
de.xima.fc.entities.UserProfileMfa
Packages that use UserProfileMfa
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
-
Uses of UserProfileMfa in de.xima.fc.api.entity
Subclasses with type arguments of type UserProfileMfa in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingUserProfileMfaentities. -
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
Subclasses with type arguments of type UserProfileMfa in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIUserProfileMfaDaofor reading and writingUserProfileMfaentities.Methods in de.xima.fc.dao.impl that return types with arguments of type UserProfileMfaModifier and TypeMethodDescriptionprotected IFCDaoActionHook<UserProfileMfa> UserProfileMfaDao.getPreActionHook()UserProfileMfaDao.getUserProfileMfa(IEntityContext ec, Long userProfileId) 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) -
Uses of UserProfileMfa in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type UserProfileMfa in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingUserProfileMfaentities.Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserProfileMfaModifier and TypeMethodDescriptionIUserProfileMfaDao.getUserProfileMfa(IEntityContext ec, Long userProfileId) Retrieves theUserProfileMfafor the given user profile ID.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.