Class DatabasePrefixHandler
java.lang.Object
org.camunda.bpm.engine.impl.digest.DatabasePrefixHandler
In order to distinguish between the used hashed algorithm
for the password encryption, as prefix is persisted with the
encrypted to the database.
The
DatabasePrefixHandler
is used to handle the prefix, especially for building
the prefix, retrieving the algorithm name from the prefix and
removing the prefix name from the hashed password.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongeneratePrefix
(String algorithmName) removePrefix
(String encryptedPasswordWithPrefix) retrieveAlgorithmName
(String encryptedPasswordWithPrefix)
-
Field Details
-
pattern
-
-
Constructor Details
-
DatabasePrefixHandler
public DatabasePrefixHandler()
-
-
Method Details
-
generatePrefix
-
retrieveAlgorithmName
-
removePrefix
-