Uses of Interface
com.ongres.scram.common.CharSupplier
-
Packages that use CharSupplier Package Description com.ongres.scram.common This package expose the messages used to implement a client/server of Salted Challenge Response Authentication Mechanism (SCRAM). -
-
Uses of CharSupplier in com.ongres.scram.common
Classes in com.ongres.scram.common with type parameters of type CharSupplier Modifier and Type Class Description (package private) class
AbstractCharAttributeValue<T extends CharSupplier>
Construct and write generic CharAttribute-Value pairs.Classes in com.ongres.scram.common that implement CharSupplier Modifier and Type Class Description (package private) class
Gs2Attributes
Possible values of a GS2 Attribute.class
Gs2CbindFlag
Possible values of a GS2 Cbind Flag (channel binding; part of GS2 header).(package private) class
ScramAttributes
SCRAM Attributes as defined in Section 5.1 of the RFC.
-