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 MfaStatusReturns 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 TypeMethodDescriptionvoidMfaStore.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 TypeMethodDescriptionvoidSessionMfaStore.saveStatus(jakarta.servlet.http.HttpServletRequest request, MfaStatus status)