@Deprecated public class PKbasedSaltedMD5PasswordEncoder extends SaltedMD5PasswordEncoder
SaltedMD5PasswordEncoder| Constructor and Description |
|---|
PKbasedSaltedMD5PasswordEncoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
generateUserSpecificSalt(java.lang.String userId)
Deprecated.
This implementation will still return the assigned user id.
|
void |
setUserService(UserService userService)
Deprecated.
|
check, check, decode, encode, encode, getSalt, getSystemSpecificSalt, setSalt, setSaltEncodingPolicycalculateMD5public PKbasedSaltedMD5PasswordEncoder()
public void setUserService(UserService userService)
userService - the userService to setprotected java.lang.String generateUserSpecificSalt(java.lang.String userId)
SaltedMD5PasswordEncodergenerateUserSpecificSalt in class SaltedMD5PasswordEncoderuserId - the user idCopyright © 2018 SAP SE. All Rights Reserved.