Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HashStrategy> |
__TYPE_ARG |
Constructor and Description |
---|
HashStrategy(HashStrategy delegate) |
HashStrategy(Object delegate) |
Modifier and Type | Method and Description |
---|---|
String |
computeHash(String password,
User user)
Deprecated.
|
boolean |
equals(Object o) |
HashStrategy |
getDelegate() |
String |
getSalt(User user)
Deprecated.
|
HashSaltStyle |
getSaltStyle()
Deprecated.
|
String |
getStoredPwd(User user)
Deprecated.
|
int |
hashCode() |
static HashStrategy |
newInstance(HashStrategy arg) |
void |
setAlgorithm(HashAlgorithm algorithm)
Deprecated.
|
void |
setExternalSalt(String salt)
Deprecated.
|
void |
setSaltStyle(HashSaltStyle saltStyle)
Deprecated.
|
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<HashStrategy> __TYPE_ARG
public HashStrategy(HashStrategy delegate)
public HashStrategy(Object delegate)
public HashStrategy getDelegate()
@Deprecated public String computeHash(String password, User user)
password
- the unhashed passworduser
- the user to get the salt for. This paramter is needed, if the is declared to be used@Deprecated public String getStoredPwd(User user)
user
- the user to get the stored password for@Deprecated public String getSalt(User user)
HashSaltStyle
user
- the user to get the salt for. This paramter is needed, if the is declared to be used@Deprecated public void setExternalSalt(String salt)
salt
- the salt, which shall be used@Deprecated public void setSaltStyle(HashSaltStyle saltStyle)
HashSaltStyle
.saltStyle
- the HashSaltStyle
to be used@Deprecated public HashSaltStyle getSaltStyle()
HashSaltStyle
of the current instance@Deprecated public void setAlgorithm(HashAlgorithm algorithm)
algorithm
- the choosen algorithmpublic static HashStrategy newInstance(HashStrategy arg)
Copyright © 2023 Eclipse. All rights reserved.