Uses of Enum
com.ongres.scram.common.ScramAttributes
Packages that use ScramAttributes
Package
Description
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ScramAttributes in com.ongres.scram.common
Methods in com.ongres.scram.common that return ScramAttributesModifier and TypeMethodDescriptionstatic ScramAttributes
ScramAttributes.byChar
(char c) Find a SCRAMAttribute by its character.static ScramAttributes
Returns the enum constant of this type with the specified name.static ScramAttributes[]
ScramAttributes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ongres.scram.common with parameters of type ScramAttributesModifierConstructorDescriptionScramAttributeValue
(@NotNull ScramAttributes attribute, @NotNull String value)