Uses of Interface
com.ongres.scram.common.util.StringWritable
-
Packages that use StringWritable Package Description com.ongres.scram.common com.ongres.scram.common.gssapi com.ongres.scram.common.message com.ongres.scram.common.util -
-
Uses of StringWritable in com.ongres.scram.common
Classes in com.ongres.scram.common that implement StringWritable Modifier and Type Class Description classScramAttributeValueParse and write SCRAM Attribute-Value pairs. -
Uses of StringWritable in com.ongres.scram.common.gssapi
Classes in com.ongres.scram.common.gssapi that implement StringWritable Modifier and Type Class Description classGs2AttributeValueParse and write GS2 Attribute-Value pairs.classGs2HeaderGSS Header. -
Uses of StringWritable in com.ongres.scram.common.message
Classes in com.ongres.scram.common.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.ongres.scram.common.util
Subinterfaces of StringWritable in com.ongres.scram.common.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.ongres.scram.common.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.ongres.scram.common.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.
-