Package io.vertx.mutiny.ext.auth
Class HashingStrategy
java.lang.Object
io.vertx.mutiny.ext.auth.HashingStrategy
- All Implemented Interfaces:
MutinyDelegate
Deprecated.
Hashing Strategy manager.
This class will load system provided hashing strategies and algorithms.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHashingStrategy
(io.vertx.ext.auth.HashingStrategy delegate) Deprecated.HashingStrategy
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.io.vertx.ext.auth.HashingStrategy
Deprecated.Deprecated.int
hashCode()
Deprecated.static HashingStrategy
load()
Deprecated.static HashingStrategy
newInstance
(io.vertx.ext.auth.HashingStrategy arg) Deprecated.put
(String id, HashingAlgorithm algorithm) Deprecated.toString()
Deprecated.boolean
Deprecated.
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
HashingStrategy
public HashingStrategy(io.vertx.ext.auth.HashingStrategy delegate) Deprecated. -
HashingStrategy
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.HashingStrategy getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
load
Deprecated.- Returns:
- a Hashing Strategy capable of hashing using the available algorithms
-
hash
Deprecated.- Parameters:
id
- the algorithm idparams
- the algorithm specific parameterssalt
- the given saltpassword
- the given password- Returns:
- the hashed string
-
verify
Deprecated.- Parameters:
hash
- the hash to verifypassword
- the password to test against- Returns:
- boolean
-
get
Deprecated.- Parameters:
id
- the algorithm id- Returns:
- the algorithm
-
put
Deprecated.- Parameters:
id
- the algorithm idalgorithm
- the implementation- Returns:
- self
-
newInstance
Deprecated.
-