| Modifier and Type | Method and Description |
|---|---|
String |
PasswordEncoder.encode(CharSequence rawPassword,
PasswordSalt passwordSalt) |
boolean |
PasswordEncoder.isMatches(CharSequence rawPassword,
String encodedPassword,
PasswordSalt salt) |
| Modifier and Type | Field and Description |
|---|---|
protected PasswordSalt |
IdmEngineConfiguration.passwordSalt |
| Modifier and Type | Method and Description |
|---|---|
PasswordSalt |
IdmEngineConfiguration.getPasswordSalt() |
| Modifier and Type | Method and Description |
|---|---|
IdmEngineConfiguration |
IdmEngineConfiguration.setPasswordSalt(PasswordSalt passwordSalt) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlankSalt |
class |
PasswordSaltImpl |
| Modifier and Type | Method and Description |
|---|---|
String |
ApacheDigester.encode(CharSequence rawPassword,
PasswordSalt passwordSalt) |
String |
ClearTextPasswordEncoder.encode(CharSequence rawPassword,
PasswordSalt passwordSalt) |
boolean |
ApacheDigester.isMatches(CharSequence rawPassword,
String encodedPassword,
PasswordSalt salt) |
boolean |
ClearTextPasswordEncoder.isMatches(CharSequence rawPassword,
String encodedPassword,
PasswordSalt salt) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
UserEntityManagerImpl.checkPassword(String userId,
String password,
PasswordEncoder passwordEncoder,
PasswordSalt salt) |
Boolean |
UserEntityManager.checkPassword(String userId,
String password,
PasswordEncoder passwordEncoder,
PasswordSalt passwordSalt) |
| Modifier and Type | Method and Description |
|---|---|
String |
SpringEncoder.encode(CharSequence rawPassword,
PasswordSalt passwordSalt) |
boolean |
SpringEncoder.isMatches(CharSequence rawPassword,
String encodedPassword,
PasswordSalt passwordSalt) |
Copyright © 2023 Flowable. All rights reserved.