Uses of Interface
org.wildfly.security.password.interfaces.MaskedPassword
Packages that use MaskedPassword
Package
Description
Elytron Client enable remote clients to authenticate using Elytron.
Interfaces which represent each of the supported password encoding strategies.
-
Uses of MaskedPassword in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type MaskedPasswordModifier and TypeMethodDescriptionAuthenticationConfiguration.useMaskedPassword(MaskedPassword password) Create a new configuration which is the same as this configuration, but converts the given masked password to a clear password and uses the clear password to authenticate. -
Uses of MaskedPassword in org.wildfly.security.password.interfaces
Methods in org.wildfly.security.password.interfaces that return MaskedPasswordModifier and TypeMethodDescriptionMaskedPassword.clone()static MaskedPasswordMaskedPassword.createRaw(String algorithm, char[] initialKeyMaterial, int iterationCount, byte[] salt, byte[] maskedPasswordBytes) Create a raw instance of this password type.static MaskedPasswordMaskedPassword.createRaw(String algorithm, char[] initialKeyMaterial, int iterationCount, byte[] salt, byte[] maskedPasswordBytes, byte[] initializationVector) Create a raw instance of this password type.