Class ScramInitialServerResult
- java.lang.Object
-
- org.wildfly.security.mechanism.scram.ScramInitialServerResult
-
public final class ScramInitialServerResult extends Object
A class for encapsulation of the initial SCRAM challenge and the digest password.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScramDigestPasswordgetScramDigestPassword()Returns the digest password for the SCRAM authentication.ScramInitialServerMessagegetScramInitialChallenge()Returns the SCRAM challenge message.
-
-
-
Method Detail
-
getScramInitialChallenge
public ScramInitialServerMessage getScramInitialChallenge()
Returns the SCRAM challenge message.- Returns:
- ScramInitialServerMessage
-
getScramDigestPassword
public ScramDigestPassword getScramDigestPassword()
Returns the digest password for the SCRAM authentication.- Returns:
- ScramDigestPassword
-
-