Uses of Interface
com.ongres.scram.common.util.StringWritable
Packages that use StringWritable
Package
Description
-
Uses of StringWritable in com.ongres.scram.common
Classes in com.ongres.scram.common that implement StringWritableModifier and TypeClassDescriptionclass
Parse and write SCRAM Attribute-Value pairs. -
Uses of StringWritable in com.ongres.scram.common.gssapi
Classes in com.ongres.scram.common.gssapi that implement StringWritableModifier and TypeClassDescriptionclass
Parse and write GS2 Attribute-Value pairs.class
GSS Header. -
Uses of StringWritable in com.ongres.scram.common.message
Classes in com.ongres.scram.common.message that implement StringWritableModifier and TypeClassDescriptionclass
Constructs and parses client-final-messages.class
Constructs and parses client-first-messages.class
Constructs and parses server-final-messages.class
Constructs and parses server-first-messages. -
Uses of StringWritable in com.ongres.scram.common.util
Subinterfaces of StringWritable in com.ongres.scram.common.utilModifier and TypeInterfaceDescriptioninterface
Augments aCharAttribute
with a String value and the method(s) to write its data to a StringBuffer.Classes in com.ongres.scram.common.util that implement StringWritableModifier and TypeClassDescriptionclass
Construct and write generic CharAttribute-Value pairs.class
Basic implementation of the StringWritable interface, that overrides the toString() method.Methods in com.ongres.scram.common.util with parameters of type StringWritableModifier and TypeMethodDescriptionprivate static void
StringWritableCsv.writeStringWritableToStringBuffer
(StringWritable value, StringBuffer sb) static StringBuffer
StringWritableCsv.writeTo
(StringBuffer sb, StringWritable... values) Write a sequence ofStringWritableCsv
s to a StringBuffer.