Uses of Interface
com.ongres.scram.client.ScramClient.UsernameBuildStage
Packages that use ScramClient.UsernameBuildStage
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ScramClient.UsernameBuildStage in com.ongres.scram.client
Classes in com.ongres.scram.client that implement ScramClient.UsernameBuildStageModifier and TypeClassDescription(package private) static final class
Builds instances of typeScramClient
.Methods in com.ongres.scram.client that return ScramClient.UsernameBuildStageModifier and TypeMethodDescriptionScramClient.Builder.advertisedMechanisms
(Collection<String> scramMechanisms) ScramClient.MechanismsBuildStage.advertisedMechanisms
(Collection<String> scramMechanisms) List of the advertised mechanisms that will be negotiated between the server and the client.