Uses of Interface
com.ongres.scram.common.util.CharAttribute
-
Packages that use CharAttribute Package Description com.ongres.scram.common com.ongres.scram.common.gssapi com.ongres.scram.common.util -
-
Uses of CharAttribute in com.ongres.scram.common
Classes in com.ongres.scram.common that implement CharAttribute Modifier and Type Class Description classScramAttributesSCRAM Attributes as defined in Section 5.1 of the RFC.classScramAttributeValueParse and write SCRAM Attribute-Value pairs. -
Uses of CharAttribute in com.ongres.scram.common.gssapi
Classes in com.ongres.scram.common.gssapi that implement CharAttribute Modifier and Type Class Description classGs2AttributesPossible values of a GS2 Attribute.classGs2AttributeValueParse and write GS2 Attribute-Value pairs.classGs2CbindFlagPossible values of a GS2 Cbind Flag (channel binding; part of GS2 header). -
Uses of CharAttribute in com.ongres.scram.common.util
Subinterfaces of CharAttribute 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 CharAttribute Modifier and Type Class Description classAbstractCharAttributeValueConstruct and write generic CharAttribute-Value pairs.Constructors in com.ongres.scram.common.util with parameters of type CharAttribute Constructor Description AbstractCharAttributeValue(CharAttribute charAttribute, String value)
-