Uses of Interface
org.wildfly.security.password.interfaces.ScramDigestPassword
Packages that use ScramDigestPassword
Package
Description
Interfaces which represent each of the supported password encoding strategies.
-
Uses of ScramDigestPassword in org.wildfly.security.mechanism.scram
Methods in org.wildfly.security.mechanism.scram that return ScramDigestPasswordModifier and TypeMethodDescriptionScramFinalClientMessage.getPassword()Returns the password used for authentication.ScramInitialServerResult.getScramDigestPassword()Returns the digest password for the SCRAM authentication. -
Uses of ScramDigestPassword in org.wildfly.security.password.interfaces
Methods in org.wildfly.security.password.interfaces that return ScramDigestPasswordModifier and TypeMethodDescriptionScramDigestPassword.clone()Creates and returns a copy of thisPassword.static ScramDigestPasswordCreate a raw implementation of this password type.