Uses of Interface
org.wildfly.security.password.interfaces.MaskedPassword
-
Packages that use MaskedPassword Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.password.interfaces 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 MaskedPassword Modifier and Type Method Description AuthenticationConfiguration
AuthenticationConfiguration. 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 MaskedPassword Modifier and Type Method Description MaskedPassword
MaskedPassword. clone()
static MaskedPassword
MaskedPassword. createRaw(String algorithm, char[] initialKeyMaterial, int iterationCount, byte[] salt, byte[] maskedPasswordBytes)
Create a raw instance of this password type.static MaskedPassword
MaskedPassword. createRaw(String algorithm, char[] initialKeyMaterial, int iterationCount, byte[] salt, byte[] maskedPasswordBytes, byte[] initializationVector)
Create a raw instance of this password type.
-