Uses of Interface
com.impossibl.postgres.protocol.sasl.scram.util.StringWritable
-
-
Uses of StringWritable in com.impossibl.postgres.protocol.sasl.scram
Classes in com.impossibl.postgres.protocol.sasl.scram that implement StringWritable Modifier and Type Class Description class
ScramAttributeValue
Parse and write SCRAM Attribute-Value pairs. -
Uses of StringWritable in com.impossibl.postgres.protocol.sasl.scram.gssapi
Classes in com.impossibl.postgres.protocol.sasl.scram.gssapi that implement StringWritable Modifier and Type Class Description class
Gs2AttributeValue
Parse and write GS2 Attribute-Value pairs.class
Gs2Header
GSS Header. -
Uses of StringWritable in com.impossibl.postgres.protocol.sasl.scram.message
Classes in com.impossibl.postgres.protocol.sasl.scram.message that implement StringWritable Modifier and Type Class Description class
ClientFinalMessage
Constructs and parses client-final-messages.class
ClientFirstMessage
Constructs and parses client-first-messages.class
ServerFinalMessage
Constructs and parses server-final-messages.class
ServerFirstMessage
Constructs and parses server-first-messages. -
Uses of StringWritable in com.impossibl.postgres.protocol.sasl.scram.util
Subinterfaces of StringWritable in com.impossibl.postgres.protocol.sasl.scram.util Modifier and Type Interface Description interface
CharAttributeValue
Augments aCharAttribute
with a String value and the method(s) to write its data to a StringBuffer.Classes in com.impossibl.postgres.protocol.sasl.scram.util that implement StringWritable Modifier and Type Class Description class
AbstractCharAttributeValue
Construct and write generic CharAttribute-Value pairs.class
AbstractStringWritable
Basic implementation of the StringWritable interface, that overrides the toString() method.Methods in com.impossibl.postgres.protocol.sasl.scram.util with parameters of type StringWritable Modifier and Type Method Description static StringBuffer
StringWritableCsv. writeTo(StringBuffer sb, StringWritable... values)
Write a sequence ofStringWritableCsv
s to a StringBuffer.
-