Uses of Class
de.xima.fc.entities.UserProfileMfa
-
Packages that use UserProfileMfa Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mail.utils -
-
Uses of UserProfileMfa in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserProfileMfa Modifier and Type Method Description booleanMailAPI. 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 UserProfileMfa Modifier and Type Method Description protected IFCDaoActionHook<UserProfileMfa>UserProfileMfaDao. getPreActionHook()Optional<UserProfileMfa>UserProfileMfaDao. getUserProfileMfa(IEntityContext ec, Long userProfileId)Methods in de.xima.fc.dao.impl with parameters of type UserProfileMfa Modifier and Type Method Description voidUserProfileMfaDao. assertUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig)static voidUserProfileMfaDao. cleanupUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig) -
Uses of UserProfileMfa in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserProfileMfa Modifier and Type Method Description Optional<UserProfileMfa>IUserProfileMfaDao. getUserProfileMfa(IEntityContext ec, Long userProfileId)Retrieves theUserProfileMfafor the given user profile ID.Methods in de.xima.fc.dao.interfaces with parameters of type UserProfileMfa Modifier and Type Method Description voidIUserProfileMfaDao. 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 UserProfileMfa Modifier and Type Method Description UserProfileMfaUserProfile. getMfaConfig()Methods in de.xima.fc.entities with parameters of type UserProfileMfa Modifier and Type Method Description voidUserProfile. setMfaConfig(UserProfileMfa mfaConfig) -
Uses of UserProfileMfa in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserProfileMfa Modifier and Type Method Description booleanIMailHandler. 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 UserProfileMfa Modifier and Type Method Description booleanMailHandler. 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 UserProfileMfa Modifier and Type Method Description static booleanUserMailUtil. sendUserMfaRemovalMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)static booleanUserMailUtil. sendUserMfaTotpRegistrationMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)
-