public class ApacheDigester extends Object implements org.flowable.idm.api.PasswordEncoder
| Modifier and Type | Class and Description |
|---|---|
static class |
ApacheDigester.Digester |
| Constructor and Description |
|---|
ApacheDigester(ApacheDigester.Digester digester) |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(CharSequence rawPassword,
org.flowable.idm.api.PasswordSalt passwordSalt) |
ApacheDigester.Digester |
getDigester() |
boolean |
isMatches(CharSequence rawPassword,
String encodedPassword,
org.flowable.idm.api.PasswordSalt salt) |
public ApacheDigester(ApacheDigester.Digester digester)
public String encode(CharSequence rawPassword, org.flowable.idm.api.PasswordSalt passwordSalt)
encode in interface org.flowable.idm.api.PasswordEncoderpublic boolean isMatches(CharSequence rawPassword, String encodedPassword, org.flowable.idm.api.PasswordSalt salt)
isMatches in interface org.flowable.idm.api.PasswordEncoderpublic ApacheDigester.Digester getDigester()
Copyright © 2019. All rights reserved.