Uses of Record Class
eu.rarogsoftware.rarog.platform.api.security.mfa.MfaMethod
Packages that use MfaMethod
Package
Description
-
Uses of MfaMethod in eu.rarogsoftware.rarog.platform.api.security.mfa
Methods in eu.rarogsoftware.rarog.platform.api.security.mfa that return MfaMethodMethods in eu.rarogsoftware.rarog.platform.api.security.mfa that return types with arguments of type MfaMethodModifier and TypeMethodDescriptionMfaService.getMethods()
MfaService.getMethodsForUser
(StandardUser standardUser) MfaMethodsRegister.getMfaMethods()
-
Uses of MfaMethod in eu.rarogsoftware.rarog.platform.app.rest.security
Constructors in eu.rarogsoftware.rarog.platform.app.rest.security with parameters of type MfaMethod -
Uses of MfaMethod in eu.rarogsoftware.rarog.platform.security.mfa
Fields in eu.rarogsoftware.rarog.platform.security.mfa declared as MfaMethodModifier and TypeFieldDescriptionstatic final MfaMethod
BuildInMfaMethodsRegister.RECOVERY_CODES
static final MfaMethod
BuildInMfaMethodsRegister.TOTP
Methods in eu.rarogsoftware.rarog.platform.security.mfa that return types with arguments of type MfaMethodModifier and TypeMethodDescriptionDefaultMfaService.getMethods()
DefaultMfaService.getMethodsForUser
(StandardUser standardUser) BuildInMfaMethodsRegister.getMfaMethods()
DevMfaMethodsRegister.getMfaMethods()