Class ScramFinalClientMessage
java.lang.Object
org.wildfly.security.mechanism.scram.ScramFinalClientMessage
Final client message for the SCRAM authentication.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns a copy of the client proof sent to the server.Returns the initial server message.Returns the initial client message.Returns the SCRAM mechanism in the initial client message.byte[]Returns a copy of the byte array of the message.Returns the password used for authentication.
-
Method Details
-
getInitialResponse
Returns the initial client message.- Returns:
- the initial client message.
-
getInitialChallenge
Returns the initial server message.- Returns:
- the initial server message.
-
getPassword
Returns the password used for authentication.- Returns:
- the password used for authentication.
-
getClientProof
public byte[] getClientProof()Returns a copy of the client proof sent to the server.- Returns:
- a copy of the client proof sent to the server.
-
getMessageBytes
public byte[] getMessageBytes()Returns a copy of the byte array of the message.- Returns:
- a copy of the byte array of the message.
-
getMechanism
Returns the SCRAM mechanism in the initial client message.- Returns:
- the SCRAM mechanism in the initial client message.
-