| Package | Description |
|---|---|
| org.flowable.idm.api |
| Modifier and Type | Method and Description |
|---|---|
String |
PasswordEncoder.encode(CharSequence rawPassword,
PasswordSalt passwordSalt) |
boolean |
PasswordEncoder.isMatches(CharSequence rawPassword,
String encodedPassword,
PasswordSalt salt) |
Copyright © 2020 Flowable. All rights reserved.