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 classScramAttributeValueParse 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 classGs2AttributeValueParse and write GS2 Attribute-Value pairs.classGs2HeaderGSS 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 classClientFinalMessageConstructs and parses client-final-messages.classClientFirstMessageConstructs and parses client-first-messages.classServerFinalMessageConstructs and parses server-final-messages.classServerFirstMessageConstructs 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 interfaceCharAttributeValueAugments aCharAttributewith 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 classAbstractCharAttributeValueConstruct and write generic CharAttribute-Value pairs.classAbstractStringWritableBasic 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 StringBufferStringWritableCsv. writeTo(StringBuffer sb, StringWritable... values)Write a sequence ofStringWritableCsvs to a StringBuffer.
-