public interface PasswordHashProvider extends Provider
Modifier and Type | Method and Description |
---|---|
UserCredentialValueModel |
encode(String rawPassword,
int iterations) |
boolean |
verify(String rawPassword,
UserCredentialValueModel credential) |
UserCredentialValueModel encode(String rawPassword, int iterations)
boolean verify(String rawPassword, UserCredentialValueModel credential)
Copyright © 2016 JBoss by Red Hat. All rights reserved.