Package lumis.portal.authentication
Interface IAuthenticationManagerSPI
-
- All Superinterfaces:
IAuthenticationManager
,IMFAAuthenticationManagerSPI
- All Known Implementing Classes:
AuthenticationManager
public interface IAuthenticationManagerSPI extends IMFAAuthenticationManagerSPI, IAuthenticationManager
Interface to expose Internal authentication actions.- Since:
- 16.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
-
Methods inherited from interface lumis.portal.authentication.IAuthenticationManager
clearInactiveSessions, endImpersonation, getSessionsByUserId, getUserIdBySessionId, impersonate, keepSessionAlive, login, login, loginFramworkClockUser, loginUser, loginUser, loginUserGuest, logoutUser, mfaLogin, mfaLogin, validatePassword, validatePassword, validateSessionId
-
Methods inherited from interface lumis.portal.authentication.mfa.IMFAAuthenticationManagerSPI
clearExpiredMFATokens, sendMFATokenEmail
-
-