Uses of Enum Class
eu.rarogsoftware.rarog.platform.api.security.mfa.MfaStatus
Packages that use MfaStatus
Package
Description
-
Uses of MfaStatus in eu.rarogsoftware.rarog.platform.api.security.mfa
Methods in eu.rarogsoftware.rarog.platform.api.security.mfa that return MfaStatusModifier and TypeMethodDescriptionstatic MfaStatus
Returns the enum constant of this class with the specified name.static MfaStatus[]
MfaStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.rarogsoftware.rarog.platform.api.security.mfa that return types with arguments of type MfaStatusModifier and TypeMethodDescriptionMfaStore.getStatus
(jakarta.servlet.http.HttpServletRequest request) Gets current status of MFA authentication.Methods in eu.rarogsoftware.rarog.platform.api.security.mfa with parameters of type MfaStatusModifier and TypeMethodDescriptionvoid
MfaStore.saveStatus
(jakarta.servlet.http.HttpServletRequest request, MfaStatus status) Store custom MFA status. -
Uses of MfaStatus in eu.rarogsoftware.rarog.platform.security.mfa
Methods in eu.rarogsoftware.rarog.platform.security.mfa that return types with arguments of type MfaStatusModifier and TypeMethodDescriptionSessionMfaStore.getStatus
(jakarta.servlet.http.HttpServletRequest request) Methods in eu.rarogsoftware.rarog.platform.security.mfa with parameters of type MfaStatusModifier and TypeMethodDescriptionvoid
SessionMfaStore.saveStatus
(jakarta.servlet.http.HttpServletRequest request, MfaStatus status)