Uses of Class
eu.webtoolkit.jwt.auth.PasswordHash
Packages that use PasswordHash
-
Uses of PasswordHash in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return PasswordHashModifier and TypeMethodDescriptionAbstractUserDatabase.getPassword
(User user) Returns a user password.User.getPassword()
Returns the password.PasswordService.AbstractVerifier.hashPassword
(CharSequence password) Computes the password hash for a clear text password.PasswordVerifier.hashPassword
(CharSequence password) Computes the password hash for a clear text password.Methods in eu.webtoolkit.jwt.auth with parameters of type PasswordHashModifier and TypeMethodDescriptionboolean
PasswordService.AbstractVerifier.needsUpdate
(PasswordHash hash) Returns whether a password hash needs to be updated (recomputed).boolean
PasswordVerifier.needsUpdate
(PasswordHash hash) void
AbstractUserDatabase.setPassword
(User user, PasswordHash password) Sets a new user password.void
User.setPassword
(PasswordHash password) Sets a password.boolean
PasswordService.AbstractVerifier.verify
(CharSequence password, PasswordHash hash) Verifies a password against a hash.boolean
PasswordVerifier.verify
(CharSequence password, PasswordHash hash) Verifies a password against a hash. -
Uses of PasswordHash in eu.webtoolkit.jwt.auth.jpa
Methods in eu.webtoolkit.jwt.auth.jpa that return PasswordHashMethods in eu.webtoolkit.jwt.auth.jpa with parameters of type PasswordHashModifier and TypeMethodDescriptionvoid
UserDatabase.setPassword
(User user, PasswordHash password)