Introduce additional Java API method to check password against policy registered in process engine configuration

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.11.0, 7.11.0-alpha4
    • Affects Version/s: None
    • Component/s: engine
    • None

      Problem
      When using IdentityService#checkPasswordAgainstPolicy(policy, password) I have to explicitly pass a policy as first parameter which means that I have to get the password policy via IdentityService#getPasswordPolicy or process engine configuration first.

      => This is inconvenient

      Solution
      Add additional API method without the first policy parameter that automatically gets and uses the password policy registered in the process engine configuration.

      AT
      There exists an additional convenience method IdentityService#checkPasswordAgainstPolicy(password)

            Assignee:
            Unassigned
            Reporter:
            Tassilo Weidner-Mühl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: