Package | Description |
---|---|
com.communote.server.core.user.security |
Modifier and Type | Class and Description |
---|---|
class |
BcryptPasswordHashFunction
bcrypt password hash function which produces a string in
modular crypt
format.
|
class |
Md5PasswordHashFunction
Legacy implementation which uses an unsalted MD5 hash and is intended for backwards
compatibility.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPasswordManagementImpl.register(PasswordHashFunction hashFunction) |
void |
UserPasswordManagement.register(PasswordHashFunction hashFunction)
Register a hash function for generating and checking password hashes.
|
void |
UserPasswordManagementImpl.unregister(PasswordHashFunction hashFunction) |
void |
UserPasswordManagement.unregister(PasswordHashFunction hashFunction)
Remove a previously registered password hash function.
|
Copyright © 2019 Communote team. All rights reserved.