Interface MfaService
- All Known Implementing Classes:
DefaultMfaService
public interface MfaService
Service used to access info about MFA status in system and for current user.
Use this service if you are providing custom MFA UI.
For creating new MFA method see
MfaStore
.- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetMethodsForUser
(StandardUser standardUser) boolean
boolean
boolean
boolean
-
Field Details
-
EXCLUDE_REQUEST_FROM_MFA_ATTRIBUTE
- See Also:
-
-
Method Details
-
isMfaEnabled
boolean isMfaEnabled() -
isMfaForced
boolean isMfaForced() -
isMfaEnabledForUser
-
isMfaConfiguredForUser
-
getMethods
Collection<MfaMethod> getMethods() -
getMethodsForUser
-