Uses of Interface
com.ongres.scram.common.util.CharAttribute
Packages that use CharAttribute
Package
Description
-
Uses of CharAttribute in com.ongres.scram.common
Classes in com.ongres.scram.common that implement CharAttributeModifier and TypeClassDescriptionenum
SCRAM Attributes as defined in Section 5.1 of the RFC.class
Parse and write SCRAM Attribute-Value pairs. -
Uses of CharAttribute in com.ongres.scram.common.gssapi
Classes in com.ongres.scram.common.gssapi that implement CharAttributeModifier and TypeClassDescriptionenum
Possible values of a GS2 Attribute.class
Parse and write GS2 Attribute-Value pairs.enum
Possible 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.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 CharAttributeModifier and TypeClassDescriptionclass
Construct and write generic CharAttribute-Value pairs.Fields in com.ongres.scram.common.util declared as CharAttributeModifier and TypeFieldDescriptionprivate final CharAttribute
AbstractCharAttributeValue.charAttribute
Constructors in com.ongres.scram.common.util with parameters of type CharAttributeModifierConstructorDescriptionAbstractCharAttributeValue
(CharAttribute charAttribute, String value)