Class UpdateTwoFactorConfigCommandHandler
java.lang.Object
org.apache.fineract.infrastructure.security.command.UpdateTwoFactorConfigCommandHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="TWOFACTOR_CONFIGURATION",
action="UPDATE")
@ConditionalOnProperty("fineract.security.2fa.enabled")
public class UpdateTwoFactorConfigCommandHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateTwoFactorConfigCommandHandler(TwoFactorConfigurationService configurationService, TwoFactorConfigurationValidator dataValidator) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
UpdateTwoFactorConfigCommandHandler
@Autowired public UpdateTwoFactorConfigCommandHandler(TwoFactorConfigurationService configurationService, TwoFactorConfigurationValidator dataValidator)
-
-
Method Details
-
processCommand
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult processCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
processCommandin interfaceorg.apache.fineract.commands.handler.NewCommandSourceHandler
-