Uses of Class
com.impossibl.postgres.protocol.sasl.scram.gssapi.Gs2Header
-
Packages that use Gs2Header Package Description com.impossibl.postgres.protocol.sasl.scram.gssapi com.impossibl.postgres.protocol.sasl.scram.message -
-
Uses of Gs2Header in com.impossibl.postgres.protocol.sasl.scram.gssapi
Methods in com.impossibl.postgres.protocol.sasl.scram.gssapi that return Gs2Header Modifier and Type Method Description static Gs2Header
Gs2Header. parseFrom(String message)
Read a Gs2Header from a String. -
Uses of Gs2Header in com.impossibl.postgres.protocol.sasl.scram.message
Methods in com.impossibl.postgres.protocol.sasl.scram.message that return Gs2Header Modifier and Type Method Description Gs2Header
ClientFirstMessage. getGs2Header()
Methods in com.impossibl.postgres.protocol.sasl.scram.message with parameters of type Gs2Header Modifier and Type Method Description static StringBuffer
ClientFinalMessage. writeToWithoutProof(Gs2Header gs2Header, byte[] cbindData, String nonce)
Returns a StringBuffer filled in with the formatted output of a client-first-message without the proof value.Constructors in com.impossibl.postgres.protocol.sasl.scram.message with parameters of type Gs2Header Constructor Description ClientFinalMessage(Gs2Header gs2Header, byte[] cbindData, String nonce, byte[] proof)
Constructus a client-final-message with the provided gs2Header (the same one used in the client-first-message), optionally the channel binding data, and the nonce.ClientFirstMessage(Gs2Header gs2Header, String user, String nonce)
Constructs a client-first-message for the given user, nonce and gs2Header.
-