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 TypeClassDescriptionclassParse 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 TypeClassDescriptionclassParse and write GS2 Attribute-Value pairs.classGSS Header. -
Uses of StringWritable in com.ongres.scram.common.message
Classes in com.ongres.scram.common.message that implement StringWritableModifier and TypeClassDescriptionclassConstructs and parses client-final-messages.classConstructs and parses client-first-messages.classConstructs and parses server-final-messages.classConstructs and parses server-first-messages. -
Uses of StringWritable in com.ongres.scram.common.util
Subinterfaces of StringWritable in com.ongres.scram.common.utilModifier and TypeInterfaceDescriptioninterfaceAugments aCharAttributewith 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 TypeClassDescriptionclassConstruct and write generic CharAttribute-Value pairs.classBasic 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 voidStringWritableCsv.writeStringWritableToStringBuffer(StringWritable value, StringBuffer sb) static StringBufferStringWritableCsv.writeTo(StringBuffer sb, StringWritable... values) Write a sequence ofStringWritableCsvs to a StringBuffer.