Uses of Class
org.compiere.model.MMFARegistration
-
Packages that use MMFARegistration Package Description org.compiere.model Provides for.... -
-
Uses of MMFARegistration in org.compiere.model
Methods in org.compiere.model that return types with arguments of type MMFARegistration Modifier and Type Method Description static List<MMFARegistration>MMFARegistration. getValidRegistrationsFromUser()Get the valid registrations from this userMethods in org.compiere.model with parameters of type MMFARegistration Modifier and Type Method Description StringIMFAMechanism. complete(Properties ctx, MMFARegistration reg, String code, String name, boolean preferred, String trxName)Complete/Validate a previous registration Here it must check for validity of the mechanism, mark the record as valid or throw exception when notStringIMFAMechanism. generateValidationCode(MMFARegistration reg)Generate a validation code (when needed depending on the method)StringMMFARegistration. generateValidationCode(MMFARegistration reg)Generate a validation code using the registered methodstatic voidMMFARegistration. invalidatePreviousPending(MMFAMethod method, String prm, MMFARegistration reg)StringIMFAMechanism. validateCode(MMFARegistration reg, String code, boolean setPreferred)Validate a codeStringMMFARegistration. validateCode(MMFARegistration reg, String code, boolean setPreferred)Validate the code using the registered method
-