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 String
IMFAMechanism. 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 notString
IMFAMechanism. generateValidationCode(MMFARegistration reg)
Generate a validation code (when needed depending on the method)String
MMFARegistration. generateValidationCode(MMFARegistration reg)
Generate a validation code using the registered methodstatic void
MMFARegistration. invalidatePreviousPending(MMFAMethod method, String prm, MMFARegistration reg)
String
IMFAMechanism. validateCode(MMFARegistration reg, String code, boolean setPreferred)
Validate a codeString
MMFARegistration. validateCode(MMFARegistration reg, String code, boolean setPreferred)
Validate the code using the registered method
-