Uses of Interface
com.impossibl.postgres.protocol.sasl.scram.util.CharAttribute
-
Packages that use CharAttribute Package Description com.impossibl.postgres.protocol.sasl.scram com.impossibl.postgres.protocol.sasl.scram.gssapi com.impossibl.postgres.protocol.sasl.scram.util -
-
Uses of CharAttribute in com.impossibl.postgres.protocol.sasl.scram
Classes in com.impossibl.postgres.protocol.sasl.scram that implement CharAttribute Modifier and Type Class Description class
ScramAttributes
SCRAM Attributes as defined in Section 5.1 of the RFC.class
ScramAttributeValue
Parse and write SCRAM Attribute-Value pairs. -
Uses of CharAttribute in com.impossibl.postgres.protocol.sasl.scram.gssapi
Classes in com.impossibl.postgres.protocol.sasl.scram.gssapi that implement CharAttribute Modifier and Type Class Description class
Gs2Attributes
Possible values of a GS2 Attribute.class
Gs2AttributeValue
Parse and write GS2 Attribute-Value pairs.class
Gs2CbindFlag
Possible values of a GS2 Cbind Flag (channel binding; part of GS2 header). -
Uses of CharAttribute in com.impossibl.postgres.protocol.sasl.scram.util
Subinterfaces of CharAttribute in com.impossibl.postgres.protocol.sasl.scram.util Modifier and Type Interface Description interface
CharAttributeValue
Augments aCharAttribute
with a String value and the method(s) to write its data to a StringBuffer.Classes in com.impossibl.postgres.protocol.sasl.scram.util that implement CharAttribute Modifier and Type Class Description class
AbstractCharAttributeValue
Construct and write generic CharAttribute-Value pairs.Constructors in com.impossibl.postgres.protocol.sasl.scram.util with parameters of type CharAttribute Constructor Description AbstractCharAttributeValue(CharAttribute charAttribute, String value)
-