Uses of Class
org.wildfly.security.password.spec.OneTimePasswordSpec
-
Packages that use OneTimePasswordSpec Package Description org.wildfly.security.password.impl The Elytron implementation of password types.org.wildfly.security.sasl.otp -
-
Uses of OneTimePasswordSpec in org.wildfly.security.password.impl
Constructors in org.wildfly.security.password.impl with parameters of type OneTimePasswordSpec Constructor Description OneTimePasswordImpl(String algorithm, OneTimePasswordSpec spec)
-
Uses of OneTimePasswordSpec in org.wildfly.security.sasl.otp
Methods in org.wildfly.security.sasl.otp with parameters of type OneTimePasswordSpec Modifier and Type Method Description private void
OTPSaslServer. updateCredential(String newAlgorithm, OneTimePasswordSpec newPasswordSpec)
private void
OTPSaslServer. verifyAndUpdateCredential(byte[] currentHash, String newAlgorithm, OneTimePasswordSpec newPasswordSpec)
Verify that the result of passing the user's password through the hash function once matches the stored password and then update the stored password.
-