Uses of Package
com.ongres.scram.common
-
Packages that use com.ongres.scram.common Package Description com.ongres.scram.client This module expose the client implementation of Salted Challenge Response Authentication Mechanism (SCRAM).com.ongres.scram.common This package expose the messages used to implement a client/server of Salted Challenge Response Authentication Mechanism (SCRAM). -
Classes in com.ongres.scram.common used by com.ongres.scram.client Class Description ClientFinalMessage Constructs and parses client-final-messages.ClientFirstMessage Constructs and parses client-first-messages.Gs2CbindFlag Possible values of a GS2 Cbind Flag (channel binding; part of GS2 header).ScramMechanism SCRAM Mechanisms supported by this library.ServerFinalMessage Constructs and parsesserver-final-messages
.ServerFirstMessage Constructs and parsesserver-first-messages
.StringPreparation StringPreparations enumerations to use in SCRAM. -
Classes in com.ongres.scram.common used by com.ongres.scram.common Class Description AbstractCharAttributeValue Construct and write generic CharAttribute-Value pairs.AbstractScramMessage Basic implementation of the StringWritable interface, that overrides the toString() method.CharSupplier Represents an attribute (a key name) that is represented by a single char.ClientFirstMessage Constructs and parses client-first-messages.Gs2Attributes Possible values of a GS2 Attribute.Gs2AttributeValue Parse and write GS2 Attribute-Value pairs.Gs2CbindFlag Possible values of a GS2 Cbind Flag (channel binding; part of GS2 header).Gs2Header GS2 header for SCRAM.ScramAttributes SCRAM Attributes as defined in Section 5.1 of the RFC.ScramAttributeValue Parse and write SCRAM Attribute-Value pairs.ScramMechanism SCRAM Mechanisms supported by this library.ServerFinalMessage Constructs and parsesserver-final-messages
.ServerFirstMessage Constructs and parsesserver-first-messages
.StringPreparation StringPreparations enumerations to use in SCRAM.StringWritable Abstract class to denote classes which can write to a StringBuffer.