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 boolean
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 UserProfileMfa Modifier and Type Method Description protected IFCDaoActionHook<UserProfileMfa>
UserProfileMfaDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type UserProfileMfa Modifier and Type Method Description void
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 UserProfileMfa Modifier and Type Method Description void
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 UserProfileMfa Modifier and Type Method Description UserProfileMfa
UserProfile. getMfaConfig()
Methods in de.xima.fc.entities with parameters of type UserProfileMfa Modifier and Type Method Description void
UserProfile. 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 boolean
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 UserProfileMfa Modifier and Type Method Description boolean
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 UserProfileMfa Modifier and Type Method Description static boolean
UserMailUtil. sendUserMfaRemovalMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)
static boolean
UserMailUtil. sendUserMfaTotpRegistrationMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)
-