Uses of Interface
lumis.portal.authentication.mfa.IMFATokenSendResult
-
Packages that use IMFATokenSendResult Package Description lumis.portal.authentication lumis.portal.authentication.mfa -
-
Uses of IMFATokenSendResult in lumis.portal.authentication
Methods in lumis.portal.authentication that return IMFATokenSendResult Modifier and Type Method Description IMFATokenSendResult
AuthenticationManager. sendMFATokenEmail(java.lang.String userLogin)
-
Uses of IMFATokenSendResult in lumis.portal.authentication.mfa
Methods in lumis.portal.authentication.mfa that return IMFATokenSendResult Modifier and Type Method Description IMFATokenSendResult
IMFAAuthenticationManagerSPI. sendMFATokenEmail(java.lang.String userLogin)
Sends an email with a token to be used for authentication.
Returns the created token result.
Requires a validSessionConfig
and an activeITransaction
.static IMFATokenSendResult
MFAUtil. sendMFATokenEmail(java.lang.String userLogin)
Sends an email with the MFA token.
-