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.impl The Elytron implementation of password types.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 AuthenticationConfigurationAuthenticationConfiguration. 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.impl
Classes in org.wildfly.security.password.impl that implement MaskedPassword Modifier and Type Class Description (package private) classMaskedPasswordImplConstructors in org.wildfly.security.password.impl with parameters of type MaskedPassword Constructor Description MaskedPasswordImpl(MaskedPassword password) -
Uses of MaskedPassword in org.wildfly.security.password.interfaces
Classes in org.wildfly.security.password.interfaces that implement MaskedPassword Modifier and Type Class Description (package private) classRawMaskedPasswordMethods in org.wildfly.security.password.interfaces that return MaskedPassword Modifier and Type Method Description MaskedPasswordMaskedPassword. 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.
-