Interface | Description |
---|---|
PasswordHashFunction | |
UserPasswordManagement |
Manage the passwords of users stored in the database.
|
Class | Description |
---|---|
BcryptPasswordHashFunction |
bcrypt password hash function which produces a string in
modular crypt
format.
|
Md5PasswordHashFunction |
Legacy implementation which uses an unsalted MD5 hash and is intended for backwards
compatibility.
|
UserPasswordManagementImpl |
Enum | Description |
---|---|
ApplicationPropertyUserPassword |
Copyright © 2019 Communote team. All rights reserved.