Class SendResetPasswordEmailDelegate

  • All Implemented Interfaces:
    org.activiti.engine.delegate.JavaDelegate

    public class SendResetPasswordEmailDelegate
    extends AbstractResetPasswordDelegate
    This activiti delegate is executed when a user request password reset.
    Since:
    5.2.1
    Author:
    Jamal Kaabi-Mofrad
    • Constructor Detail

      • SendResetPasswordEmailDelegate

        public SendResetPasswordEmailDelegate()
    • Method Detail

      • execute

        public void execute​(org.activiti.engine.delegate.DelegateExecution execution)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception