Uses of Class
org.compiere.model.MMFARegistration
Packages that use MMFARegistration
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MMFARegistration in org.compiere.model
Methods in org.compiere.model that return types with arguments of type MMFARegistrationModifier and TypeMethodDescriptionstatic List<MMFARegistration>
MMFARegistration.getValidRegistrationsFromUser()
Get the valid registrations from this userMethods in org.compiere.model with parameters of type MMFARegistrationModifier and TypeMethodDescriptionIMFAMechanism.complete
(Properties ctx, MMFARegistration reg, String code, String name, boolean preferred, String trxName) Complete/Validate a previous registration.IMFAMechanism.generateValidationCode
(MMFARegistration reg) Generate a validation code (when needed depending on the method)MMFARegistration.generateValidationCode
(MMFARegistration reg) Generate a validation code using the registered methodstatic void
MMFARegistration.invalidatePreviousPending
(MMFAMethod method, String prm, MMFARegistration reg) Mark previous invalid registration as inactive.IMFAMechanism.validateCode
(MMFARegistration reg, String code, boolean setPreferred) Validate a codeMMFARegistration.validateCode
(MMFARegistration reg, String code, boolean setPreferred) Validate the code using the registered method