-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
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)