Uses of Class
com.ongres.scram.common.ScramAttributeValue
-
Packages that use ScramAttributeValue 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 ScramAttributeValue in com.ongres.scram.common
Methods in com.ongres.scram.common that return ScramAttributeValue Modifier and Type Method Description static @NotNull ScramAttributeValue
ScramAttributeValue. parse(@NotNull java.lang.String value)
Parses a potential ScramAttributeValue String.
-