Class ScramInitialServerResult
java.lang.Object
org.wildfly.security.mechanism.scram.ScramInitialServerResult
A class for encapsulation of the initial SCRAM challenge and the digest password.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionReturns the digest password for the SCRAM authentication.Returns the SCRAM challenge message.
-
Method Details
-
getScramInitialChallenge
Returns the SCRAM challenge message.- Returns:
- ScramInitialServerMessage
-
getScramDigestPassword
Returns the digest password for the SCRAM authentication.- Returns:
- ScramDigestPassword
-