Fix typo: "credentia" -> "credential"
This commit is contained in:
parent
b666756b8f
commit
cc79963f81
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import org.keycloak.provider.Provider;
|
||||||
* @author <a href="mailto:me@tsudot.com">Kunal Kerkar</a>
|
* @author <a href="mailto:me@tsudot.com">Kunal Kerkar</a>
|
||||||
*/
|
*/
|
||||||
public interface PasswordHashProvider extends Provider {
|
public interface PasswordHashProvider extends Provider {
|
||||||
boolean policyCheck(PasswordPolicy policy, CredentialModel credentia);
|
boolean policyCheck(PasswordPolicy policy, CredentialModel credential);
|
||||||
|
|
||||||
void encode(String rawPassword, int iterations, CredentialModel credential);
|
void encode(String rawPassword, int iterations, CredentialModel credential);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue