Uses of Interface
org.wildfly.security.password.interfaces.ClearPassword
-
Packages that use ClearPassword Package Description org.wildfly.security.password.interfaces Interfaces which represent each of the supported password encoding strategies. -
-
Uses of ClearPassword in org.wildfly.security.password.interfaces
Methods in org.wildfly.security.password.interfaces that return ClearPassword Modifier and Type Method Description ClearPassword
ClearPassword. clone()
Creates and returns a copy of thisPassword
.static ClearPassword
ClearPassword. createRaw(String algorithm, char[] password)
Create a raw implementation of this password type.
-