Uses of Class
com.ongres.scram.common.Gs2AttributeValue
-
Packages that use Gs2AttributeValue 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 Gs2AttributeValue in com.ongres.scram.common
Fields in com.ongres.scram.common declared as Gs2AttributeValue Modifier and Type Field Description private @Nullable Gs2AttributeValue
Gs2Header. authzid
private @NotNull Gs2AttributeValue
Gs2Header. gs2CbindFlag
Methods in com.ongres.scram.common that return Gs2AttributeValue Modifier and Type Method Description (package private) static @NotNull Gs2AttributeValue
Gs2AttributeValue. parse(@NotNull java.lang.String value)
Parses a potential Gs2AttributeValue String.
-